Socket
Socket
Sign inDemoInstall

babel-messages

Package Overview
Dependencies
1
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.2 to 6.0.12

6

package.json
{
"name": "babel-messages",
"version": "6.0.2",
"description": "",
"version": "6.0.12",
"description": "Collection of debug messages used by Babel.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",

@@ -11,4 +11,4 @@ "homepage": "https://babeljs.io/",

"dependencies": {
"babel-runtime": "^6.0.2"
"babel-runtime": "^6.0.12"
}
}
# babel-messages
> Collection of debug messages used by Babel.
## Install
```sh
$ npm install babel-messages
```
## Usage
```js
import * as messages from 'babel-messages';
messages.get('tailCallReassignmentDeopt');
// > "Function reference has been..."
```
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc