Socket
Socket
Sign inDemoInstall

babel-plugin-transform-es2015-typeof-symbol

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-es2015-typeof-symbol - npm Package Compare versions

Comparing version 6.1.2 to 6.1.4

2

lib/index.js

@@ -20,3 +20,3 @@ "use strict";

if (path.find(function (path) {
return !!path.node._generated;
return path.node && !!path.node._generated;
})) return;

@@ -23,0 +23,0 @@

{
"name": "babel-plugin-transform-es2015-typeof-symbol",
"version": "6.1.2",
"version": "6.1.4",
"description": "",

@@ -13,3 +13,6 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-typeof-symbol",

"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.4"
}
}
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