Socket
Socket
Sign inDemoInstall

babel-preset-stage-2

Package Overview
Dependencies
Maintainers
6
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-stage-2 - npm Package Compare versions

Comparing version 6.22.0 to 6.24.1

8

package.json
{
"name": "babel-preset-stage-2",
"version": "6.22.0",
"version": "6.24.1",
"description": "Babel preset for stage 2 plugins",

@@ -11,7 +11,7 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"dependencies": {
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-decorators": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-stage-3": "^6.22.0"
"babel-preset-stage-3": "^6.24.1"
}
}

@@ -5,2 +5,14 @@ # babel-preset-stage-2

The gist of Stage 2 is:
> **Stage 2:** draft
>
> **What is it?** A first version of what will be in the specification. At this point, an eventual inclusion of the feature in the standard is likely.
>
> **What’s required?** The proposal must now additionally have a formal description of the syntax and semantics of the feature (using the formal language of the ECMAScript specification). The description should be as complete as possible, but can contain todos and placeholders. Two experimental implementations of the feature are needed, but one of them can be in a transpiler such as Babel.
>
> **What’s next?** Only incremental changes are expected from now on.
## Install

@@ -37,1 +49,4 @@

```
## References
- Chapter "[The TC39 process for ECMAScript features](http://exploringjs.com/es2016-es2017/ch_tc39-process.html)" in "Exploring ES2016 and ES2017" by Axel Rauschmayer
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