babel-plugin-jest-hoist
Advanced tools
Comparing version 27.5.1 to 28.0.0-alpha.0
@@ -6,9 +6,12 @@ /** | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
*/ | ||
import type { PluginObj } from '@babel/core'; | ||
import { Identifier } from '@babel/types'; | ||
export default function jestHoist(): PluginObj<{ | ||
declareJestObjGetterIdentifier: () => Identifier; | ||
jestObjGetterIdentifier?: Identifier; | ||
import {Identifier} from '@babel/types'; | ||
import type {PluginObj} from '@babel/core'; | ||
declare function jestHoist(): PluginObj<{ | ||
declareJestObjGetterIdentifier: () => Identifier; | ||
jestObjGetterIdentifier?: Identifier; | ||
}>; | ||
export default jestHoist; | ||
export {}; |
{ | ||
"name": "babel-plugin-jest-hoist", | ||
"version": "27.5.1", | ||
"version": "28.0.0-alpha.0", | ||
"repository": { | ||
@@ -10,3 +10,3 @@ "type": "git", | ||
"engines": { | ||
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" | ||
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0" | ||
}, | ||
@@ -41,3 +41,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850" | ||
"gitHead": "89275b08977065d98e42ad71fcf223f4ad169f09" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13702
350
2