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
7
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 26.0.0 to 26.1.0

2

build/index.d.ts

@@ -12,4 +12,4 @@ /**

declareJestObjGetterIdentifier: () => Identifier;
jestObjGetterIdentifier?: Identifier | undefined;
jestObjGetterIdentifier?: Identifier;
}>;
export default _default;

@@ -121,3 +121,3 @@ 'use strict';

const ids = new Set();
const parentScope = moduleFactory.parentPath.scope; // @ts-ignore: ReferencedIdentifier is not known on visitors
const parentScope = moduleFactory.parentPath.scope; // @ts-expect-error: ReferencedIdentifier is not known on visitors

@@ -124,0 +124,0 @@ moduleFactory.traverse(IDVisitor, {

{
"name": "babel-plugin-jest-hoist",
"version": "26.0.0",
"version": "26.1.0",
"repository": {

@@ -18,5 +18,7 @@ "type": "git",

"@babel/types": "^7.3.3",
"@types/babel__core": "^7.0.0",
"@types/babel__traverse": "^7.0.6"
},
"devDependencies": {
"@types/babel__template": "^7.0.2",
"@types/node": "*"

@@ -27,3 +29,3 @@ },

},
"gitHead": "343532a21f640ac2709c4076eef57e52279542e1"
"gitHead": "817d8b6aca845dd4fcfd7f8316293e69f3a116c5"
}
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