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

babel-features

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-features - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -84,4 +84,2 @@ 'use strict'

switch (f) {
case 'pass':
break
case 'es6.generators':

@@ -88,0 +86,0 @@ blacklist.push('regenerator')

5

package.json
{
"name": "babel-features",
"version": "1.0.0",
"version": "1.0.1",
"description": "Test babel features, can be used to generate babel options for specific compilation targets",

@@ -16,2 +16,5 @@ "main": "index.js",

],
"peerDependencies": {
"babel": "5.x"
},
"author": "HE Shi-Jun <johnhax@gmail.com>",

@@ -18,0 +21,0 @@ "license": "ISC",

@@ -45,3 +45,3 @@ # babel-features

require('babel/register')({
blacklist: babelOptions.blacklist
blacklist: babelOptions.blacklist,
optional: babelOptions.optional

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