Socket
Socket
Sign inDemoInstall

babel-preset-diff

Package Overview
Dependencies
183
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.3 to 6.1.0

4

index.js

@@ -7,2 +7,4 @@ /* eslint-disable flowtype/require-valid-file-annotation */

.default
const pluginSyntaxDynamicImport = require('@babel/plugin-syntax-dynamic-import')
.default

@@ -26,4 +28,4 @@ module.exports = function(context, options) {

],
plugins: [pluginPackageNameImport]
plugins: [pluginPackageNameImport, pluginSyntaxDynamicImport]
}
}
{
"name": "babel-preset-diff",
"version": "6.0.3",
"version": "6.1.0",
"description": "Compile all unsupported features for current environments",

@@ -16,3 +16,4 @@ "keywords": [],

"dependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.1.2",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.0.0",

@@ -25,3 +26,3 @@ "@babel/preset-flow": "^7.0.0",

"@babel/register": "^7.0.0",
"flow-bin": "^0.79.1",
"flow-bin": "^0.82.0",
"react": "^16.4.2",

@@ -28,0 +29,0 @@ "standard-esnext": "^5.1.7"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc