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

just-random-integer

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-random-integer - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

8

CHANGELOG.md
# just-random-integer
## 4.1.0
### Minor Changes
- package.json updates to fix #467 and #483
## 4.0.0
- Rewritten logic. Results are now evenly distributed between entire range (inclusively). Also includes fixes for negative ranges and allows arguments to be added in either order.
See https://github.com/angus-c/just/pull/400
See https://github.com/angus-c/just/pull/400

10

package.json
{
"name": "just-random-integer",
"version": "4.0.0",
"version": "4.1.0",
"description": "Produces an integer between two values",

@@ -10,4 +10,6 @@ "main": "index.js",

"require": "./index.js",
"default": "./index.mjs"
}
"default": "./index.mjs",
"types": "./index.d.ts"
},
"./package.json": "./package.json"
},

@@ -30,2 +32,2 @@ "types": "index.d.ts",

}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc