@aws-crypto/sha256-universal
Advanced tools
Comparing version 1.0.0-alpha.0 to 1.0.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Sha256 = void 0; | ||
var sha256_browser_1 = require("@aws-crypto/sha256-browser"); | ||
@@ -4,0 +5,0 @@ var hash_node_1 = require("@aws-sdk/hash-node"); |
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/sha256-universal@1.0.0-alpha.0...@aws-crypto/sha256-universal@1.0.0) (2020-10-22) | ||
**Note:** Version bump only for package @aws-crypto/sha256-universal | ||
# [1.0.0-alpha.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/sha256-universal@0.1.0-preview.4...@aws-crypto/sha256-universal@1.0.0-alpha.0) (2020-02-07) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@aws-crypto/sha256-universal", | ||
"version": "1.0.0-alpha.0", | ||
"version": "1.0.0", | ||
"scripts": { | ||
@@ -20,6 +20,6 @@ "prepublishOnly": "tsc", | ||
"dependencies": { | ||
"@aws-crypto/sha256-browser": "^1.0.0-alpha.0", | ||
"@aws-sdk/hash-node": "^1.0.0-alpha.0", | ||
"@aws-sdk/types": "^1.0.0-alpha.0", | ||
"tslib": "^1.9.3" | ||
"@aws-crypto/sha256-browser": "^1.0.0", | ||
"@aws-sdk/hash-node": "^1.0.0-rc.1", | ||
"@aws-sdk/types": "^1.0.0-rc.1", | ||
"tslib": "^1.11.1" | ||
}, | ||
@@ -32,3 +32,3 @@ "main": "./build/index.js", | ||
}, | ||
"gitHead": "1aeaf55c8803ae537cc03fef3541dc8567983b9b" | ||
"gitHead": "025ac6e89439c04a2d741663ef8781052e8f7e86" | ||
} |
@@ -1,2 +0,2 @@ | ||
# @aws-crypto/crypto-sha256-universal | ||
# @aws-crypto/sha256-universal | ||
@@ -8,3 +8,3 @@ A consistent interface for SHA256 across browsers and NodeJs | ||
``` | ||
import {Sha256} from '@aws-crypto/crypto-sha256-universal' | ||
import {Sha256} from '@aws-crypto/sha256-universal' | ||
@@ -11,0 +11,0 @@ const hash = new Sha256(); |
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
18220
80
1
1
Updated@aws-sdk/types@^1.0.0-rc.1
Updatedtslib@^1.11.1