Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-crypto/sha256-browser

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-crypto/sha256-browser - npm Package Compare versions

Comparing version 0.1.0-preview.2 to 0.1.0-preview.3

13

CHANGELOG.md

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

# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/sha256-browser@0.1.0-preview.2...@aws-crypto/sha256-browser@0.1.0-preview.3) (2019-11-15)
### Bug Fixes
* Changed package.json files to point to the right Git repo ([#9](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/9)) ([028245d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/028245d72e642ca98d82226afb300eb154503c4a)), closes [#8](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/8)
* es2015.iterable required ([#10](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/10)) ([6e08d83](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/6e08d83c33667ad8cbeeaaa7cedf1bbe05f79ed8))
* lerna version maintains package-lock ([#14](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/14)) ([2ef29e1](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/2ef29e13779703a5c9b32e93d18918fcb33b7272)), closes [#13](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/13)
# [0.1.0-preview.2](https://github.com/aws/aws-javascript-crypto-helpers/compare/@aws-crypto/sha256-browser@0.1.0-preview.1...@aws-crypto/sha256-browser@0.1.0-preview.2) (2019-10-30)

@@ -8,0 +21,0 @@

12

package.json
{
"name": "@aws-crypto/sha256-browser",
"version": "0.1.0-preview.2",
"version": "0.1.0-preview.3",
"scripts": {

@@ -11,3 +11,3 @@ "prepublishOnly": "tsc",

"type": "git",
"url": "git@github.com:aws/aws-javascript-crypto-helpers.git"
"url": "git@github.com:aws/aws-sdk-js-crypto-helpers.git"
},

@@ -21,5 +21,5 @@ "author": {

"dependencies": {
"@aws-crypto/ie11-detection": "^0.1.0-preview.2",
"@aws-crypto/sha256-js": "^0.1.0-preview.2",
"@aws-crypto/supports-web-crypto": "^0.1.0-preview.2",
"@aws-crypto/ie11-detection": "^0.1.0-preview.3",
"@aws-crypto/sha256-js": "^0.1.0-preview.3",
"@aws-crypto/supports-web-crypto": "^0.1.0-preview.3",
"@aws-sdk/types": "^0.1.0-preview.1",

@@ -43,3 +43,3 @@ "@aws-sdk/util-locate-window": "^0.1.0-preview.1",

"types": "./build/index.d.ts",
"gitHead": "4155daaa838ba4c1f4fcc02c32684fde77deddaf"
"gitHead": "30a3a348c7044a497653a49414e8f1089581fe78"
}

@@ -9,3 +9,4 @@ {

"es2015.promise",
"es2015.collection"
"es2015.collection",
"es2015.iterable"
],

@@ -12,0 +13,0 @@ "declaration": true,

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