Socket
Socket
Sign inDemoInstall

math-random

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

11

package.json
{
"name": "math-random",
"author": "Michael Rhodes",
"version": "1.0.3",
"version": "1.0.4",
"main": "node.js",
"browser": {
"node.js": "browser.js",
"assert": "console.assert"
},
"browser": "browser.js",
"repository": "github:michaelrhodes/math-random",
"license": "MIT",
"scripts": {
"test": "node test.js"
"test": "dexy test.js"
},
"devDependencies": {
"array-unique": "~0.2.1",
"console.assert": "github:michaelrhodes/console.assert#1.0.0"
"dexy": "github:michaelrhodes/dexy#1.0.1"
}
}

@@ -1,2 +0,2 @@

var assert = require('assert')
var assert = console.assert
var unique = require('array-unique')

@@ -3,0 +3,0 @@ var random = require('./')

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc