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.1.1 to 1.2.0

lib/esm/distribution/Distribution.js

24

package.json
{
"name": "pure-rand",
"version": "1.1.1",
"version": "1.2.0",
"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",
"scripts": {
"build": "tsc",
"build:esm": "tsc --module es2015 --outDir lib/esm --declaration false",
"webbuild": "browserify lib/pure-rand.js --s prand -o lib/bundle.js",
"test": "nyc mocha \"test/**/*.spec.ts\"",
"perfs": "ts-node perfs/main",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"codeclimate": "nyc report --reporter=text-lcov | codeclimate-test-reporter"
"coverage": "nyc report --reporter=text-lcov | coveralls"
},

@@ -27,13 +28,12 @@ "repository": {

"devDependencies": {
"@types/mocha": "^5.2.0",
"@types/node": "^10.1.2",
"@types/mocha": "^5.2.5",
"@types/node": "^10.7.1",
"browserify": "^16.2.2",
"codeclimate-test-reporter": "^0.5.0",
"coveralls": "^3.0.0",
"fast-check": "^1.1.0",
"coveralls": "^3.0.2",
"fast-check": "^1.4.0",
"mocha": "^5.2.0",
"nyc": "^11.8.0",
"source-map-support": "^0.5.6",
"ts-node": "^6.0.3",
"typescript": "^2.8.3"
"nyc": "^12.0.2",
"source-map-support": "^0.5.8",
"ts-node": "^7.0.1",
"typescript": "^3.0.1"
},

@@ -40,0 +40,0 @@ "keywords": [

@@ -10,3 +10,2 @@ # pure-rand

[![Coverage Status](https://coveralls.io/repos/github/dubzzz/pure-rand/badge.svg)](https://coveralls.io/github/dubzzz/pure-rand)
[![Test Coverage](https://api.codeclimate.com/v1/badges/7cb8cb395740446a3108/test_coverage)](https://codeclimate.com/github/dubzzz/pure-rand/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/7cb8cb395740446a3108/maintainability)](https://codeclimate.com/github/dubzzz/pure-rand/maintainability)

@@ -13,0 +12,0 @@

@@ -12,2 +12,3 @@ {

"downlevelIteration": true,
"module": "commonjs",
"target": "es3",

@@ -14,0 +15,0 @@ "lib": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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