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

prando

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prando - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

coverage/clover.xml

6

dist/Prando.umd.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.Prando = factory());
}(this, (function () { 'use strict';
(global = global || self, global.Prando = factory());
}(this, function () { 'use strict';

@@ -183,3 +183,3 @@ var Prando = /** @class */ (function () {

})));
}));
module.exports.default = module.exports; // Terrible injection just so it works regardless of how it's required
{
"name": "prando",
"version": "5.1.0",
"version": "5.1.1",
"description": "Deterministic pseudo-random number generator for JavaScript and TypeScript",

@@ -39,14 +39,14 @@ "main": "./dist/Prando.umd.js",

"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"coveralls": "^3.0.2",
"jest": "^23.6.0",
"rimraf": "^2.6.2",
"rollup": "^0.67.4",
"rollup-plugin-typescript": "^1.0.0",
"tslint": "^5.11.0",
"typescript": "^3.2.2"
"babel-jest": "^24.8.0",
"coveralls": "^3.0.4",
"jest": "^24.8.0",
"rimraf": "^2.6.3",
"rollup": "^1.16.6",
"rollup-plugin-typescript": "^1.0.1",
"tslint": "^5.18.0",
"typescript": "^3.5.2"
}
}
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