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
9
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.1.6

3

bin/cheminfo-build.js

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

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

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

babel({
babelHelpers: 'bundled',
babelrc: false,

@@ -113,0 +114,0 @@ configFile: false,

{
"name": "cheminfo-build",
"version": "1.1.5",
"version": "1.1.6",
"description": "CLI tool to build ChemInfo packages",

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

"dependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"rollup": "^2.26.4",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^7.0.0",
"yargs": "^15.4.1"
"rollup": "^2.28.2",
"rollup-plugin-terser": "^7.0.2",
"yargs": "^16.0.3"
},
"gitHead": "1b4de72e54051d703468d7c6a3375e4247909d44"
"gitHead": "4db65a6a5afe3eb45c8a6f9c7e78310e93424558"
}