Socket
Socket
Sign inDemoInstall

@stablelib/random

Package Overview
Dependencies
3
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.2.5

LICENSE

2

dist/random.js

@@ -0,4 +1,4 @@

"use strict";
// Copyright (C) 2016 Dmitry Chestnykh
// MIT License. See LICENSE file for details.
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -5,0 +5,0 @@ var system_1 = require("./source/system");

@@ -0,4 +1,4 @@

"use strict";
// Copyright (C) 2016 Dmitry Chestnykh
// MIT License. See LICENSE file for details.
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -5,0 +5,0 @@ var random_1 = require("./random");

@@ -0,4 +1,4 @@

"use strict";
// Copyright (C) 2016 Dmitry Chestnykh
// MIT License. See LICENSE file for details.
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -5,0 +5,0 @@ var QUOTA = 65536;

@@ -0,5 +1,5 @@

"use strict";
// Copyright (C) 2016 Dmitry Chestnykh
// MIT License. See LICENSE file for details.
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=index.js.map

@@ -0,4 +1,4 @@

"use strict";
// Copyright (C) 2016 Dmitry Chestnykh
// MIT License. See LICENSE file for details.
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -5,0 +5,0 @@ var wipe_1 = require("@stablelib/wipe");

@@ -0,4 +1,4 @@

"use strict";
// Copyright (C) 2016 Dmitry Chestnykh
// MIT License. See LICENSE file for details.
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -5,0 +5,0 @@ var browser_1 = require("./browser");

@@ -0,4 +1,4 @@

"use strict";
// Copyright (C) 2016 Dmitry Chestnykh
// MIT License. See LICENSE file for details.
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -5,0 +5,0 @@ var system_1 = require("./system");

{
"name": "@stablelib/random",
"version": "0.0.1",
"version": "0.2.5",
"description": "Cryptographically-secure pseudorandom number generator",

@@ -17,9 +17,9 @@ "main": "./dist/random.js",

"dependencies": {
"@stablelib/binary": "^0.0.1",
"@stablelib/wipe": "^0.0.1"
"@stablelib/binary": "^0.2.5",
"@stablelib/wipe": "^0.2.5"
},
"devDependencies": {
"@stablelib/benchmark": "^0.0.1",
"@stablelib/hex": "^0.0.1"
"@stablelib/benchmark": "^0.2.5",
"@stablelib/hex": "^0.2.5"
}
}
{
"extends": "../../configs/tsconfig",
"compilerOptions": {
"outDir": "dist"
"target": "es5",
"module": "commonjs",
"strict": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"removeComments": false,
"preserveConstEnums": true,
"moduleResolution": "node",
"newLine": "LF",
"sourceMap": true,
"declaration": true,
"outDir": "dist",
"lib": [
"es5",
"es2015.promise",
"dom",
"scripthost"
]
},

@@ -6,0 +22,0 @@ "exclude": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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