Socket
Socket
Sign inDemoInstall

@aws-crypto/client-node

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-crypto/client-node - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

18

build/main/index.js
"use strict";
/*
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
* this file except in compliance with the License. A copy of the License is
* located at
*
* http://aws.amazon.com/apache2.0/
*
* or in the "license" file accompanying this file. This file is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied. See the License for the specific language governing permissions and
* limitations under the License.
*/
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
function __export(m) {

@@ -27,2 +15,2 @@ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];

__export(require("@aws-crypto/raw-rsa-keyring-node"));
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBOzs7Ozs7Ozs7Ozs7O0dBYUc7Ozs7O0FBRUgsOENBQXdDO0FBQ3hDLDhDQUF3QztBQUN4QywwREFBb0Q7QUFDcEQsZ0VBQTBEO0FBQzFELGtEQUE0QztBQUM1QyxzREFBZ0Q7QUFDaEQsc0RBQWdEIn0=
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLG9FQUFvRTtBQUNwRSxzQ0FBc0M7Ozs7O0FBRXRDLDhDQUF3QztBQUN4Qyw4Q0FBd0M7QUFDeEMsMERBQW9EO0FBQ3BELGdFQUEwRDtBQUMxRCxrREFBNEM7QUFDNUMsc0RBQWdEO0FBQ2hELHNEQUFnRCJ9

@@ -1,15 +0,3 @@

/*
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
* this file except in compliance with the License. A copy of the License is
* located at
*
* http://aws.amazon.com/apache2.0/
*
* or in the "license" file accompanying this file. This file is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied. See the License for the specific language governing permissions and
* limitations under the License.
*/
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
export * from '@aws-crypto/encrypt-node';

@@ -22,2 +10,2 @@ export * from '@aws-crypto/decrypt-node';

export * from '@aws-crypto/raw-rsa-keyring-node';
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7Ozs7R0FhRztBQUVILGNBQWMsMEJBQTBCLENBQUE7QUFDeEMsY0FBYywwQkFBMEIsQ0FBQTtBQUN4QyxjQUFjLHNDQUFzQyxDQUFBO0FBQ3BELGNBQWMsNENBQTRDLENBQUE7QUFDMUQsY0FBYyw4QkFBOEIsQ0FBQTtBQUM1QyxjQUFjLGtDQUFrQyxDQUFBO0FBQ2hELGNBQWMsa0NBQWtDLENBQUEifQ==
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsb0VBQW9FO0FBQ3BFLHNDQUFzQztBQUV0QyxjQUFjLDBCQUEwQixDQUFBO0FBQ3hDLGNBQWMsMEJBQTBCLENBQUE7QUFDeEMsY0FBYyxzQ0FBc0MsQ0FBQTtBQUNwRCxjQUFjLDRDQUE0QyxDQUFBO0FBQzFELGNBQWMsOEJBQThCLENBQUE7QUFDNUMsY0FBYyxrQ0FBa0MsQ0FBQTtBQUNoRCxjQUFjLGtDQUFrQyxDQUFBIn0=

8

CHANGELOG.md

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

## [1.0.5](https://github.com/aws/aws-encryption-sdk-javascript/compare/@aws-crypto/client-node@1.0.4...@aws-crypto/client-node@1.0.5) (2020-05-26)
**Note:** Version bump only for package @aws-crypto/client-node
## [1.0.4](https://github.com/aws/aws-encryption-sdk-javascript/compare/@aws-crypto/client-node@1.0.3...@aws-crypto/client-node@1.0.4) (2020-04-02)

@@ -8,0 +16,0 @@

@@ -12,6 +12,8 @@ {

],
"version": "1.0.4",
"version": "1.0.5",
"scripts": {
"build": "tsc -b tsconfig.json",
"lint": "standard src/*.ts test/**/*.ts"
"lint": "run-s lint-*",
"lint-eslint": "eslint src/*.ts",
"lint-prettier": "prettier -c src/*.ts"
},

@@ -25,9 +27,9 @@ "author": {

"dependencies": {
"@aws-crypto/caching-materials-manager-node": "^1.0.4",
"@aws-crypto/decrypt-node": "^1.0.4",
"@aws-crypto/encrypt-node": "^1.0.4",
"@aws-crypto/kms-keyring-node": "^1.0.4",
"@aws-crypto/material-management-node": "^1.0.4",
"@aws-crypto/raw-aes-keyring-node": "^1.0.4",
"@aws-crypto/raw-rsa-keyring-node": "^1.1.1",
"@aws-crypto/caching-materials-manager-node": "^1.0.5",
"@aws-crypto/decrypt-node": "^1.0.5",
"@aws-crypto/encrypt-node": "^1.0.5",
"@aws-crypto/kms-keyring-node": "^1.0.5",
"@aws-crypto/material-management-node": "^1.0.5",
"@aws-crypto/raw-aes-keyring-node": "^1.0.5",
"@aws-crypto/raw-rsa-keyring-node": "^1.1.2",
"tslib": "^1.11.1"

@@ -41,9 +43,3 @@ },

],
"standard": {
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
]
},
"gitHead": "6fdb7e50f91cff05999eeaf79fbd6ad1720024a2"
"gitHead": "4b60e0607e83d1ea2da98fd593e681f98f0d0082"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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