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

esnext

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esnext - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

8

lib/index.js

@@ -67,2 +67,6 @@ var fs = require('fs');

if (options.rest !== false) {
ast = es6restParams.transform(ast);
}
if (options.defaultParams !== false) {

@@ -76,6 +80,2 @@ ast = es6defaultParams.transform(ast);

if (options.rest !== false) {
ast = es6restParams.transform(ast);
}
if (options.spread !== false) {

@@ -82,0 +82,0 @@ ast = es6spread.transform(ast);

{
"name": "esnext",
"version": "0.8.1",
"version": "0.8.2",
"description": "Transform next-generation JavaScript to today's JavaScript.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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