You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

babel-preset-node5

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-node5 - npm Package Compare versions

Comparing version

to
11.0.0

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

require('babel-plugin-transform-strict-mode'),
require('babel-plugin-transform-flow-strip-types'),
require('babel-plugin-transform-object-rest-spread'),

@@ -16,0 +15,0 @@ require('babel-plugin-transform-async-to-generator'),

{
"name": "babel-preset-node5",
"version": "10.9.0",
"version": "11.0.0",
"description": "Babel preset for Node 5.x (ES6 / ES2015)",

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

"babel-plugin-transform-es2015-unicode-regex": "^6.5.0",
"babel-plugin-transform-flow-strip-types": "^6.7.0",
"babel-plugin-transform-object-rest-spread": "^6.6.5",

@@ -33,0 +32,0 @@ "babel-plugin-transform-strict-mode": "^6.6.5",

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

* Flow support (removes types) via [babel-plugin-transform-flow-strip-types](https://www.npmjs.com/package/babel-plugin-transform-flow-strip-types)
* Strict mode, to enable Classes and `let` (via [babel-plugin-transform-strict-mode](https://www.npmjs.com/package/babel-plugin-transform-strict-mode))

@@ -20,0 +19,0 @@ * Removes trailing commas from function calls (via [babel-plugin-syntax-trailing-function-commas](https://www.npmjs.com/package/babel-plugin-syntax-trailing-function-commas))