cross-conf-env
Advanced tools
Comparing version 1.0.7 to 1.1.0
# ChangeLog | ||
## 1.1.0 | ||
* Change | ||
* Drop transpile by Babel [#20](https://github.com/akabekobeko/npm-cross-conf-env/issues/20) | ||
## 1.0.7 | ||
@@ -4,0 +9,0 @@ |
@@ -1,1 +0,1 @@ | ||
module.exports = require( './lib/main.js' ); | ||
module.exports = require( './src/lib/main.js' ); |
{ | ||
"name": "cross-conf-env", | ||
"description": "To cross-platform the config and root variable reference of package.json in npm-scripts.", | ||
"version": "1.0.7", | ||
"version": "1.1.0", | ||
"author": "akabeko", | ||
"license": "MIT", | ||
"homepage": "https://github.com/akabekobeko/npm-cross-conf-env#readme", | ||
"engines": { | ||
"node": ">= 6" | ||
}, | ||
"main": "index.js", | ||
"bin": "bin/main.js", | ||
"bin": "src/bin/main.js", | ||
"files": [ | ||
@@ -28,6 +31,16 @@ "bin", | ||
}, | ||
"esdoc": { | ||
"source": "./src", | ||
"destination": "./esdoc", | ||
"test": { | ||
"type": "mocha", | ||
"source": "./test" | ||
}, | ||
"plugins": [ | ||
{ | ||
"name": "esdoc-node" | ||
} | ||
] | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"latest" | ||
], | ||
"env": { | ||
@@ -43,14 +56,9 @@ "development": { | ||
"test": "mocha --timeout 50000 --compilers js:babel-register test/**/*.test.js", | ||
"start": "npm run watch", | ||
"esdoc": "esdoc -c esdoc.json", | ||
"build": "babel src --out-dir ./", | ||
"watch": "babel src --out-dir ./ --watch", | ||
"prepublish": "npm run build" | ||
"esdoc": "esdoc" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.18.0", | ||
"babel-preset-latest": "^6.16.0", | ||
"babel-preset-power-assert": "^1.0.0", | ||
"babel-register": "^6.18.0", | ||
"esdoc": "^0.4.8", | ||
"babel-register": "^6.22.0", | ||
"esdoc": "^0.5.2", | ||
"esdoc-node": "^1.0.0", | ||
"mocha": "^3.2.0", | ||
@@ -57,0 +65,0 @@ "power-assert": "^1.4.2" |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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 2 instances in 1 package
6
0
7299
5
1
1