jest-schema-matcher
Advanced tools
Comparing version 1.1.2 to 1.2.0
@@ -1,1 +0,1 @@ | ||
export { toMatchSchema } from './matcher'; | ||
export { toMatchSchema } from './to-match-schema'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var matcher_1 = require("./matcher"); | ||
Object.defineProperty(exports, "toMatchSchema", { enumerable: true, get: function () { return matcher_1.toMatchSchema; } }); | ||
var to_match_schema_1 = require("./to-match-schema"); | ||
Object.defineProperty(exports, "toMatchSchema", { enumerable: true, get: function () { return to_match_schema_1.toMatchSchema; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "jest-schema-matcher", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
13512
163
1