Socket
Socket
Sign inDemoInstall

babel-messages

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-messages - npm Package Compare versions

Comparing version 6.0.15 to 6.1.4

2

lib/index.js

@@ -74,3 +74,3 @@ /* @flow */

return msg.replace(/\$(\d+)/g, function (str, i) {
return args[--i];
return args[i - 1];
});

@@ -77,0 +77,0 @@ }

{
"name": "babel-messages",
"version": "6.0.15",
"version": "6.1.4",
"description": "Collection of debug messages used by Babel.",

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

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