@aws-crypto/crc32
Advanced tools
Comparing version 1.0.0-alpha.0 to 1.0.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Crc32 = exports.crc32 = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ function crc32(data) { |
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/crc32@1.0.0-alpha.0...@aws-crypto/crc32@1.0.0) (2020-10-22) | ||
**Note:** Version bump only for package @aws-crypto/crc32 | ||
# [1.0.0-alpha.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/crc32@0.1.0-preview.4...@aws-crypto/crc32@1.0.0-alpha.0) (2020-02-07) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@aws-crypto/crc32", | ||
"version": "1.0.0-alpha.0", | ||
"version": "1.0.0", | ||
"scripts": { | ||
@@ -22,5 +22,5 @@ "prepublishOnly": "tsc", | ||
"dependencies": { | ||
"tslib": "^1.9.3" | ||
"tslib": "^1.11.1" | ||
}, | ||
"gitHead": "1aeaf55c8803ae537cc03fef3541dc8567983b9b" | ||
"gitHead": "025ac6e89439c04a2d741663ef8781052e8f7e86" | ||
} |
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
27140
215
1
1
Updatedtslib@^1.11.1