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

babel-plugin-transform-fold-constant-expressions

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-fold-constant-expressions - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

README.md

29

package.json
{
"name": "babel-plugin-transform-fold-constant-expressions",
"version": "1.1.0",
"version": "1.1.1",
"description": "optimize javascript code with constant expression folding",

@@ -10,4 +10,4 @@ "main": "dist/index.js",

"scripts": {
"build": "babel src -d dist",
"test": "npm run build; ava; eslint .; remark *.md -u remark-lint -q --no-stdout"
"build": "babel src -d dist --no-comments",
"test": "npm run build && ava && eslint . && remark *.md --use remark-lint --quiet --no-stdout"
},

@@ -31,16 +31,17 @@ "keywords": [

"devDependencies": {
"ava": "^0.14.0",
"babel-cli": "^6.9.0",
"babel-core": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.5.0",
"eslint": "^2.10.2",
"eslint-config-google": "^0.5.0",
"eslint-plugin-ava": "^2.3.1",
"remark": "^4.2.2",
"remark-lint": "^3.2.1"
"ava": "^0.16.0",
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2016": "^6.11.3",
"eslint": "^3.3.1",
"eslint-config-google": "^0.6.0",
"eslint-plugin-ava": "^3.0.0",
"eslint-plugin-import": "^1.13.0",
"remark-cli": "^1.0.0",
"remark-lint": "^4.2.0"
},
"engines": {
"node": ">=0.12"
"node": ">=4"
}
}
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