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

pure-rand

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pure-rand - npm Package Compare versions

Comparing version 1.6.0 to 1.6.2

lib/ts3.2/distribution/Distribution.d.ts

14

package.json
{
"name": "pure-rand",
"version": "1.6.0",
"version": "1.6.2",
"description": " Pure random number generator written in TypeScript",
"main": "lib/pure-rand.js",
"module": "lib/esm/pure-rand.js",
"types": "lib/pure-rand.d.ts",
"types": "lib/types/pure-rand.d.ts",
"typesVersions": {
">=3.2": {
"*": [
"lib/ts3.2/pure-rand.d.ts"
]
}
},
"scripts": {
"format:check": "prettier --list-different \"**/*.{js,ts}\"",
"format:fix": "prettier --write \"**/*.{js,ts}\"",
"build": "tsc",
"build": "tsc && tsc -p ./tsconfig.declaration.json && node ./buildTypes.js",
"build:esm": "tsc --module es2015 --outDir lib/esm --moduleResolution node",

@@ -33,2 +40,3 @@ "test": "nyc mocha \"test/**/*.spec.ts\"",

"fast-check": "^1.8.2",
"glob": "^7.1.3",
"mocha": "^5.2.0",

@@ -35,0 +43,0 @@ "nyc": "^13.0.1",

{
"compilerOptions": {
"declaration": true,
"declaration": false,
"sourceMap": false,

@@ -12,2 +12,3 @@ "alwaysStrict": true,

"downlevelIteration": true,
"moduleResolution": "node",
"module": "commonjs",

@@ -14,0 +15,0 @@ "target": "es3",

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