Skip to content

Commit b94e1c4

Browse files
author
priteshtest
committed
Initial Commit
0 parents  commit b94e1c4

File tree

4 files changed

+1105
-0
lines changed

4 files changed

+1105
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# [:] Example Node Project
2+
3+
An example node project to demonstrate [srcclr](https://www.srcclr.com) scans.
4+
5+
## Try me!
6+
7+
```
8+
brew tap srcclr/srcclr
9+
brew install srcclr
10+
srcclr activate
11+
srcclr scan --url https://github.com/srcclr/example-javascript
12+
```

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('hello world');

package.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "example-javascript-yarn",
3+
"version": "0.0.1",
4+
"private": true,
5+
"author": "srcclr <[email protected]>",
6+
"description": "A node project to demostrate srcclr scans for Yarn Repo",
7+
"dependencies": {
8+
"jquery": "3.0.0-alpha1",
9+
"express": "4.1.1",
10+
"boom": "",
11+
"tinymce": "4.2.3",
12+
"console-io": "2.6.3",
13+
"angular": "1.3.19",
14+
"cookie-signature": "1.0.2",
15+
"handlebars-ex": "0.0.2"
16+
}
17+
}

0 commit comments

Comments
 (0)