@anatine/zod-mock
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "@anatine/zod-mock", | ||
"version": "0.3.0", | ||
"main": "./src/index.js", | ||
"version": "0.3.1", | ||
"description": "Zod auto-mock object generator using Faker", | ||
"main": "src/index.js", | ||
"types": "src/index.d.ts", | ||
"license": "MIT", | ||
"public": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/anatine/zod-plugins" | ||
}, | ||
"homepage": "https://github.com/anatine/zod-plugins/tree/main/packages/zod-mock", | ||
"author": { | ||
"name": "Brian McBride", | ||
"url": "https://www.linkedin.com/in/brianmcbride" | ||
}, | ||
"keywords": [ | ||
"zod", | ||
"mock", | ||
"faker" | ||
], | ||
"peerDependencies": { | ||
"faker": "^4.1.0" | ||
}, | ||
"typings": "./src/index.d.ts", | ||
"dependencies": { | ||
"zod": "^3.5.1", | ||
"faker": "^5.5.3" | ||
}, | ||
"peerDependencies": {} | ||
"zod": "^3.5.1" | ||
} | ||
} |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
11878
0
1
1
0
+ Addedfaker@4.1.0(transitive)
- Removedfaker@^5.5.3
- Removedfaker@5.5.3(transitive)