Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-jest-hoist

Package Overview
Dependencies
Maintainers
5
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-jest-hoist - npm Package Compare versions

Comparing version 24.0.0-alpha.7 to 24.0.0-alpha.9

build/index.js

7

package.json
{
"name": "babel-plugin-jest-hoist",
"version": "24.0.0-alpha.7",
"version": "24.0.0-alpha.9",
"repository": {

@@ -8,5 +8,8 @@ "type": "git",

},
"engines": {
"node": ">= 6"
},
"license": "MIT",
"main": "build/index.js",
"gitHead": "4954f46708415174c48a58f296a605fbe1244a31"
"gitHead": "c7caa7ba5904d0c61e586694cde5f536639e4afc"
}

@@ -13,10 +13,8 @@ # babel-plugin-jest-hoist

### Via `.babelrc` (Recommended)
### Via `babel.config.js` (Recommended)
**.babelrc**
```json
{
"plugins": ["jest-hoist"]
}
```js
module.exports = {
plugins: ['jest-hoist'],
};
```

@@ -33,5 +31,5 @@

```javascript
require('babel-core').transform('code', {
require('@babel/core').transform('code', {
plugins: ['jest-hoist'],
});
```
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