@aws-crypto/random-source-browser
Advanced tools
Comparing version 1.0.0-alpha.0 to 1.0.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.randomValues = void 0; | ||
var util_locate_window_1 = require("@aws-sdk/util-locate-window"); | ||
@@ -4,0 +5,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.randomValuesOnly = exports.randomValues = exports.webCryptoRandomValues = exports.ie11RandomValues = void 0; | ||
var ie11RandomValues_1 = require("./ie11RandomValues"); | ||
exports.ie11RandomValues = ie11RandomValues_1.randomValues; | ||
Object.defineProperty(exports, "ie11RandomValues", { enumerable: true, get: function () { return ie11RandomValues_1.randomValues; } }); | ||
var webCryptoRandomValues_1 = require("./webCryptoRandomValues"); | ||
exports.webCryptoRandomValues = webCryptoRandomValues_1.randomValues; | ||
Object.defineProperty(exports, "webCryptoRandomValues", { enumerable: true, get: function () { return webCryptoRandomValues_1.randomValues; } }); | ||
var ie11_detection_1 = require("@aws-crypto/ie11-detection"); | ||
@@ -8,0 +9,0 @@ var supports_web_crypto_1 = require("@aws-crypto/supports-web-crypto"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.randomValues = void 0; | ||
var util_locate_window_1 = require("@aws-sdk/util-locate-window"); | ||
@@ -4,0 +5,0 @@ /** |
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/random-source-browser@1.0.0-alpha.0...@aws-crypto/random-source-browser@1.0.0) (2020-10-22) | ||
### Bug Fixes | ||
* replace `sourceRoot` -> `rootDir` in tsconfig ([#169](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/169)) ([d437167](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/d437167b51d1c56a4fcc2bb8a446b74a7e3b7e06)) | ||
# [1.0.0-alpha.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/random-source-browser@0.1.0-preview.4...@aws-crypto/random-source-browser@1.0.0-alpha.0) (2020-02-07) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-crypto/random-source-browser", | ||
"version": "1.0.0-alpha.0", | ||
"version": "1.0.0", | ||
"scripts": { | ||
@@ -20,10 +20,10 @@ "prepublishOnly": "tsc", | ||
"dependencies": { | ||
"@aws-crypto/ie11-detection": "^1.0.0-alpha.0", | ||
"@aws-crypto/supports-web-crypto": "^1.0.0-alpha.0", | ||
"@aws-sdk/util-locate-window": "^1.0.0-alpha.0", | ||
"tslib": "^1.9.3" | ||
"@aws-crypto/ie11-detection": "^1.0.0", | ||
"@aws-crypto/supports-web-crypto": "^1.0.0", | ||
"@aws-sdk/util-locate-window": "^1.0.0-rc.1", | ||
"tslib": "^1.11.1" | ||
}, | ||
"main": "./build/index.js", | ||
"types": "./build/index.d.ts", | ||
"gitHead": "1aeaf55c8803ae537cc03fef3541dc8567983b9b" | ||
"gitHead": "025ac6e89439c04a2d741663ef8781052e8f7e86" | ||
} |
@@ -1,2 +0,2 @@ | ||
# @aws-crypto/crypto-random-source-browser | ||
# @aws-crypto/random-source-browser | ||
@@ -11,3 +11,3 @@ Access to a secure random source in a browser. | ||
``` | ||
import {randomValues, randomValuesOnly} from '@aws-crypto/crypto-random-source-browser' | ||
import {randomValues, randomValuesOnly} from '@aws-crypto/random-source-browser' | ||
@@ -14,0 +14,0 @@ const seedData2 = await randomValues(16); |
@@ -9,3 +9,3 @@ { | ||
"strict": true, | ||
"sourceRoot": "./src", | ||
"rootDir": "./src", | ||
"outDir": "./build", | ||
@@ -12,0 +12,0 @@ "importHelpers": true, |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
23654
151
1
1