Socket
Socket
Sign inDemoInstall

babel-helpers

Package Overview
Dependencies
25
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.15 to 6.0.17

2

lib/helpers.js

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

var _typeof = _babelTemplate2["default"]("\n (function (obj) {\n return obj && obj.constructor === Symbol ? \"symbol\" : typeof obj;\n });\n");
var _typeof = _babelTemplate2["default"]("\n (function (obj) {\n return obj && typeof Symbol !== \"undefined\" && obj.constructor === Symbol ? \"symbol\" : typeof obj;\n });\n");

@@ -14,0 +14,0 @@ exports._typeof = _typeof;

{
"name": "babel-helpers",
"version": "6.0.15",
"version": "6.0.17",
"description": "Collection of helper functions used by Babel transforms.",

@@ -5,0 +5,0 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

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