Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-preset-node5

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-node5 - npm Package Compare versions

Comparing version 10.7.0 to 10.8.0

5

index.js

@@ -6,2 +6,3 @@ /* global module */

require('babel-plugin-syntax-object-rest-spread'),
require('babel-plugin-syntax-trailing-function-commas'),
require('babel-plugin-transform-es2015-destructuring'),

@@ -15,4 +16,4 @@ require('babel-plugin-transform-es2015-modules-commonjs'),

require('babel-plugin-transform-object-rest-spread'),
require('babel-plugin-transform-async-to-generator')
]
require('babel-plugin-transform-async-to-generator'),
],
};

3

package.json
{
"name": "babel-preset-node5",
"version": "10.7.0",
"version": "10.8.0",
"description": "Babel preset for Node 5.x (ES6 / ES2015)",

@@ -23,2 +23,3 @@ "repository": "git://github.com/leebenson/babel-preset-node5.git",

"babel-plugin-syntax-object-rest-spread": "^6.5.0",
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
"babel-plugin-transform-async-to-generator": "^6.5.0",

@@ -25,0 +26,0 @@ "babel-plugin-transform-es2015-destructuring": "^6.6.0",

@@ -19,2 +19,3 @@ # Babel 6.x presets for Node 5.x (updated regularly!)

* Strict mode, to enable Classes and `let` (via [babel-plugin-transform-strict-mode](https://www.npmjs.com/package/babel-plugin-transform-strict-mode))
* Removes trailing commas from function calls (via [babel-plugin-syntax-trailing-function-commas](https://www.npmjs.com/package/babel-plugin-syntax-trailing-function-commas))
* CommonJS import/export module syntax ([babel-plugin-transform-es2015-modules-commonjs](https://www.npmjs.com/package/babel-plugin-transform-es2015-modules-commonjs))

@@ -21,0 +22,0 @@ * [Destructuring](http://www.2ality.com/2015/01/es6-destructuring.html) (via [babel-plugin-transform-es2015-destructuring](https://www.npmjs.com/package/babel-plugin-transform-es2015-destructuring))

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