New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cross-conf-env

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cross-conf-env - npm Package Compare versions

Comparing version 1.0.7 to 1.1.0

5

CHANGELOG.md
# 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 @@

2

index.js

@@ -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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc