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

fake-json

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fake-json - npm Package Compare versions

Comparing version

to
0.0.4

2

index.js

@@ -136,3 +136,3 @@ 'use strict';

min = (min != null ? min : 1) + (xmin ? 1 : 0);
max = (max != null ? max : (min + 5)) - (xmax ? 1 : 0);
max = (max != null ? max : (min + 1e10)) - (xmax ? 1 : 0);

@@ -139,0 +139,0 @@ return namespace(Faker, 'random.number')({

{
"name": "fake-json",
"description": "Generate fake data based on a JSON schema.",
"version": "0.0.3",
"version": "0.0.4",

@@ -6,0 +6,0 @@ "author": {