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

cheminfo-build

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cheminfo-build - npm Package Compare versions

Comparing version

to
1.0.1

LICENSE

15

package.json
{
"name": "cheminfo-build",
"version": "1.0.0",
"version": "1.0.1",
"description": "CLI tool to build ChemInfo packages",

@@ -25,5 +25,5 @@ "keywords": [],

"dependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"rollup": "^1.16.3",
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",

@@ -33,5 +33,6 @@ "rollup-plugin-commonjs": "^10.0.1",

"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.0.0",
"yargs": "^13.2.4"
}
"rollup-plugin-terser": "^5.1.1",
"yargs": "^13.3.0"
},
"gitHead": "c3b7ad4811e467db0f244c88c70355616fdc6132"
}