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
4
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.2.0

LICENSE

5

bin/cheminfo-build.js

@@ -10,2 +10,3 @@ #!/usr/bin/env node

const { babel } = require('@rollup/plugin-babel');
const replace = require('@rollup/plugin-replace');
const commonjs = require('@rollup/plugin-commonjs');

@@ -111,2 +112,6 @@ const json = require('@rollup/plugin-json');

plugins: [
replace({
values: { 'process.env.NODE_ENV': JSON.stringify('production') },
preventAssignment: true,
}),
nodeResolve({ browser: true }),

@@ -113,0 +118,0 @@ commonjs(),

6

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

@@ -31,6 +31,8 @@ "keywords": [],

"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^4.0.0",
"rollup": "^2.52.1",
"rollup-plugin-terser": "^7.0.2",
"yargs": "^17.0.1"
}
},
"gitHead": "0121f92e5c073a9136401dd814077d0b7f3552b3"
}