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.2 to 6.0.12

8

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

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

"dependencies": {
"babel-runtime": "^6.0.2",
"babel-template": "^6.0.2"
"babel-runtime": "^6.0.12",
"babel-template": "^6.0.12"
}
}
# babel-helpers
> Collection of helper functions used by Babel transforms.
## Install
```js
$ npm install babel-helpers
```
## Usage
```js
import * as helpers from 'babel-helpers';
import * as t from 'babel-types';
const typeofHelper = helpers.get('typeof');
t.isExpressionStatement(typeofHelper);
// true
```
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