@aws-crypto/random-source-browser
Advanced tools
Comparing version 0.1.0-preview.1 to 0.1.0-preview.2
{ | ||
"name": "@aws-crypto/random-source-browser", | ||
"version": "0.1.0-preview.1", | ||
"version": "0.1.0-preview.2", | ||
"scripts": { | ||
@@ -9,11 +9,15 @@ "prepublishOnly": "tsc", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:aws/aws-javascript-crypto-helpers.git" | ||
}, | ||
"author": { | ||
"name": "AWS Crypto Tools Team", | ||
"email": "aws-cryptools@amazon.com", | ||
"url": "https://aws.amazon.com/javascript/" | ||
"url": "https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us" | ||
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@aws-crypto/ie11-detection": "^0.1.0-preview.1", | ||
"@aws-crypto/supports-web-crypto": "^0.1.0-preview.1", | ||
"@aws-crypto/ie11-detection": "^0.1.0-preview.2", | ||
"@aws-crypto/supports-web-crypto": "^0.1.0-preview.2", | ||
"@aws-sdk/util-locate-window": "^0.1.0-preview.1", | ||
@@ -35,3 +39,4 @@ "tslib": "^1.9.3" | ||
"main": "./build/index.js", | ||
"types": "./build/index.d.ts" | ||
"types": "./build/index.d.ts", | ||
"gitHead": "4155daaa838ba4c1f4fcc02c32684fde77deddaf" | ||
} |
@@ -1,2 +0,2 @@ | ||
# @aws/crypto-random-source-browser | ||
# @aws-crypto/crypto-random-source-browser | ||
@@ -11,3 +11,3 @@ Access to a secure random source in a browser. | ||
``` | ||
import {randomValues, randomValuesOnly} from '@aws/crypto-random-source-browser' | ||
import {randomValues, randomValuesOnly} from '@aws-crypto/crypto-random-source-browser' | ||
@@ -14,0 +14,0 @@ const seedData2 = await randomValues(16); |
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
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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
21367
17
152
0