jest-schema-matcher
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,1 +0,1 @@ | ||
export { matcher } from './matcher'; | ||
export { toMatchSchema } from './to-match-schema'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var matcher_1 = require("./matcher"); | ||
Object.defineProperty(exports, "matcher", { enumerable: true, get: function () { return matcher_1.matcher; } }); | ||
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.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -59,3 +59,19 @@ "files": [ | ||
} | ||
} | ||
}, | ||
"keywords": [ | ||
"jest", | ||
"matcher", | ||
"json", | ||
"schema", | ||
"object", | ||
"convert", | ||
"generate", | ||
"types", | ||
"type", | ||
"produce", | ||
"generic", | ||
"validation", | ||
"data", | ||
"datatypes" | ||
] | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
13140
157
1