New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mocker-data-generator

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocker-data-generator - npm Package Compare versions

Comparing version

to
2.5.2

build/main/index.d.ts

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="2.5.2"></a>
## [2.5.2](https://github.com/danibram/mocker-data-generator/compare/v2.5.1...v2.5.2) (2018-01-17)
### Bug Fixes
* **generation:** added fix when min = 0 in hasMany, now can produce empty array of data, by default is 1, so you have to specify minimum to 0 in order to have the chance to produce empty arrays ([7f97646](https://github.com/danibram/mocker-data-generator/commit/7f97646))
<a name="2.5.1"></a>

@@ -7,0 +17,0 @@ ## [2.5.1](https://github.com/danibram/mocker-data-generator/compare/v2.5.0...v2.5.1) (2018-01-17)

2

package.json
{
"name": "mocker-data-generator",
"version": "2.5.1",
"version": "2.5.2",
"description": "A simplified way to generate mock data, builds using a simple schema and with the FakerJs",

@@ -5,0 +5,0 @@ "main": "build/main/index.js",