Socket
Socket
Sign inDemoInstall

babel-helpers

Package Overview
Dependencies
Maintainers
6
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-helpers - npm Package Compare versions

Comparing version 6.22.0 to 6.23.0

2

lib/index.js

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

var list = exports.list = (0, _keys2.default)(_helpers2.default).map(function (name) {
return name[0] === "_" ? name.slice(1) : name;
return name.replace(/^_/, "");
}).filter(function (name) {

@@ -29,0 +29,0 @@ return name !== "__esModule";

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

@@ -12,4 +12,4 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"babel-runtime": "^6.22.0",
"babel-template": "^6.22.0"
"babel-template": "^6.23.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