referencejs
Advanced tools
+6
-0
@@ -5,1 +5,7 @@ language: node_js | ||
| - '7' | ||
| script: | ||
| - npm run lint | ||
| - npm run flow | ||
| - npm test | ||
| - npm run build |
+9
-3
| { | ||
| "name": "referencejs", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Easily create, update, and manipulate references to values in a JSON document.", | ||
| "main": "index.js", | ||
| "main": "lib/reference.js", | ||
| "scripts": { | ||
| "build": "webpack --config config/webpack.config.js", | ||
| "build": "babel src -d lib", | ||
| "test": "karma start config/karma.conf.js", | ||
@@ -16,2 +16,7 @@ "test:dev": "TEST_PROFILE=dev karma start config/karma.conf.js", | ||
| "license": "MIT", | ||
| "keywords": ["reference"], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/mindblight/referencejs.git" | ||
| }, | ||
| "dependencies": { | ||
@@ -21,2 +26,3 @@ "lodash": "^4.17.4" | ||
| "devDependencies": { | ||
| "babel-cli": "^6.24.0", | ||
| "babel-core": "^6.24.0", | ||
@@ -23,0 +29,0 @@ "babel-eslint": "^7.2.1", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
16913
1.3%1
-50%19
5.56%