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

babel-preset-esnext

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-esnext - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

8

lib/index.js

@@ -21,2 +21,10 @@

plugins: [
'transform-do-expressions',
'transform-function-bind',
'transform-export-extensions',
'transform-class-properties',
'transform-object-rest-spread',
'syntax-trailing-function-commas',
'transform-async-to-generator',
'transform-exponentiation-operator',
'transform-decorators-legacy',

@@ -23,0 +31,0 @@ ['transform-async-to-module-method', {'module': 'co', 'method': 'wrap'}]

14

package.json
{
"name": "babel-preset-esnext",
"version": "1.0.0",
"version": "1.1.0",
"description": "",

@@ -21,11 +21,15 @@ "main": "lib/index.js",

"dependencies": {
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-async-to-module-method": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-do-expressions": "^6.8.0",
"babel-plugin-transform-exponentiation-operator": "^6.8.0",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-plugin-transform-function-bind": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2016": "^6.11.3",
"babel-preset-es2017": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.13.0",
"babel-preset-stage-2": "^6.13.0",
"babel-preset-stage-3": "^6.11.0",
"co": "^4.6.0",

@@ -32,0 +36,0 @@ "modify-babel-preset": "^3.1.0"

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