Socket
Socket
Sign inDemoInstall

babel-plugin-transform-es2015-constants

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-es2015-constants - npm Package Compare versions

Comparing version 6.0.14 to 6.0.15

4

package.json
{
"name": "babel-plugin-transform-es2015-constants",
"version": "6.0.14",
"version": "6.0.15",
"description": "Compile ES2015 constants to ES5",

@@ -14,2 +14,2 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-constants",

}
}
}

@@ -36,1 +36,5 @@ # babel-plugin-transform-es2015-constants

```
## Note
This transform on its own will compile `const` to `let`. If you need it to compile down to `var` then you must also install and enable [`transform-es2015-block-scoping`](../babel-plugin-transform-es2015-block-scoping).
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