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

cnjm-practical

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cnjm-practical - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.babelrc

43

package.json
{
"name": "cnjm-practical",
"version": "1.0.0",
"version": "1.0.1",
"description": "一个常用工具包",

@@ -9,8 +9,43 @@ "keywords": [

],
"main": "index.js",
"source": "src/index.js",
"main": "dist/cnjm-practical.js",
"module": "dist/cnjm-practical.js",
"umd:main": "dist/cnjm-practical.js",
"jsdelivr": "dist/cnjm-practical.js",
"unpkg": "dist/cnjm-practical.js",
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"bootstrap": "npm install",
"clean": "rimraf dist lib",
"clean:all": "rimraf dist lib node_modules",
"babel:commonjs": "cross-env BABEL_ENV=commonjs babel src -d lib",
"babel:watch": "npm run babel:commonjs -- --watch",
"rollup": "cross-env NODE_ENV=production rollup -c",
"build": "npm run clean && npm run babel:commonjs && npm run rollup"
},
"author": "cnjm",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/node": "^7.14.9",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-plugin-add-module-exports": "^1.0.4",
"cross-env": "^7.0.3",
"rollup": "^2.56.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^6.0.4"
},
"dependencies": {}
}
index.js
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