jest-schema-matcher
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "jest-schema-matcher", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"license": "MIT", | ||
"files": [ | ||
"dist/" | ||
], | ||
"main": "./dist", | ||
@@ -21,3 +24,3 @@ "repository": "https://ryparker@github.com/ryparker/jest-schema-matcher.git", | ||
"pretty-format": "^26.0.1", | ||
"schematized": "^1.5.0", | ||
"schematized": "^1.5.1", | ||
"variable-diff": "^2.0.1" | ||
@@ -42,3 +45,5 @@ }, | ||
"rules": { | ||
"@typescript-eslint/restrict-plus-operands": 0 | ||
"@typescript-eslint/restrict-plus-operands": 0, | ||
"@typescript-eslint/restrict-template-expressions": 0, | ||
"no-eval": 0 | ||
} | ||
@@ -45,0 +50,0 @@ }, |
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
13806
185
2
1
Updatedschematized@^1.5.1