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

babel-plugin-transform-es2015-spread

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-plugin-transform-es2015-spread - npm Package Compare versions

Comparing version 6.5.0 to 6.5.2

4

lib/index.js

@@ -128,2 +128,6 @@ "use strict";

if (t.isSuper(contextLiteral)) {
contextLiteral = t.thisExpression();
}
node.arguments.unshift(contextLiteral);

@@ -130,0 +134,0 @@ },

2

package.json
{
"name": "babel-plugin-transform-es2015-spread",
"version": "6.5.0",
"version": "6.5.2",
"description": "Compile ES2015 spread to ES5",

@@ -5,0 +5,0 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-spread",

@@ -17,6 +17,16 @@ # babel-plugin-transform-es2015-spread

```json
```js
// without options
{
"plugins": ["transform-es2015-spread"]
}
// with options
{
"plugins": [
["transform-es2015-spread", {
"loose": true
}]
]
}
```

@@ -23,0 +33,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