@anatine/zod-mock
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "@anatine/zod-mock", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Zod auto-mock object generator using Faker at @faker-js/faker", | ||
@@ -28,4 +28,6 @@ "main": "src/index.js", | ||
}, | ||
"typings": "./src/index.d.ts", | ||
"dependencies": {} | ||
"dependencies": { | ||
"randexp": "^0.5.3" | ||
}, | ||
"typings": "./src/index.d.ts" | ||
} |
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
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
25359
4
+ Addedrandexp@^0.5.3