Socket
Socket
Sign inDemoInstall

@aws-crypto/random-source-browser

Package Overview
Dependencies
3
Maintainers
8
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.0 to 5.2.0

build/main/index.d.ts

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

# [5.2.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v5.1.0...v5.2.0) (2023-10-16)
### Features
- support ESM artifacts in all packages ([#752](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/752)) ([e930ffb](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/e930ffba5cfef66dd242049e7d514ced232c1e3b))
# [5.1.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v5.0.0...v5.1.0) (2023-09-22)

@@ -8,0 +14,0 @@

13

package.json
{
"name": "@aws-crypto/random-source-browser",
"version": "5.1.0",
"version": "5.2.0",
"scripts": {
"prepublishOnly": "tsc",
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
"pretest": "tsc -p tsconfig.test.json",

@@ -21,9 +21,10 @@ "test": "mocha --require ts-node/register test/**/*test.ts"

"dependencies": {
"@aws-crypto/supports-web-crypto": "^5.1.0",
"@aws-crypto/supports-web-crypto": "^5.2.0",
"@aws-sdk/util-locate-window": "^3.0.0",
"tslib": "^2.6.2"
},
"main": "./build/index.js",
"types": "./build/index.d.ts",
"gitHead": "77bc5fbd1e94abbd8b990b2e6444785b4e97b188"
"main": "./build/main/index.js",
"module": "./build/module/index.js",
"types": "./build/main/index.d.ts",
"gitHead": "c11b171b35ec5c093364f0e0d8dc4ab1af68e748"
}
{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"lib": ["dom", "es5", "es2015.promise", "es2015.collection"],
"declaration": true,
"sourceMap": true,
"strict": true,
"rootDir": "./src",
"outDir": "./build",
"importHelpers": true,
"noEmitHelpers": true
"outDir": "./build/main",
"lib": ["dom"],
},

@@ -14,0 +8,0 @@ "include": ["src/**/*.ts"],

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