Socket
Socket
Sign inDemoInstall

@aws-sdk/service-error-classification

Package Overview
Dependencies
0
Maintainers
4
Versions
116
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

CHANGELOG.md

6

build/constants.js

@@ -16,3 +16,3 @@ "use strict";

RequestTimeTooSkewed: true,
SignatureDoesNotMatch: true,
SignatureDoesNotMatch: true
};

@@ -23,3 +23,3 @@ /**

exports.STILL_PROCESSING_ERROR_CODES = {
PriorRequestNotComplete: true,
PriorRequestNotComplete: true
};

@@ -41,4 +41,4 @@ /**

ThrottlingException: true,
TooManyRequestsException: true,
TooManyRequestsException: true
};
//# sourceMappingURL=constants.js.map
{
"name": "@aws-sdk/service-error-classification",
"version": "0.1.0-preview.1",
"scripts": {
"prepublishOnly": "tsc",
"pretest": "tsc -p tsconfig.test.json",
"test": "jest"
},
"main": "./build/index.js",
"types": "./build/index.d.ts",
"author": {
"name": "AWS SDK for JavaScript Team",
"email": "aws-sdk-js@amazon.com",
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^20.0.2",
"jest": "^20.0.4",
"typescript": "^3.0.0"
},
"gitHead": "960970c0c25938a8d51d1a243d3f21f05acea92e"
"name": "@aws-sdk/service-error-classification",
"version": "0.1.0-preview.2",
"scripts": {
"prepublishOnly": "tsc",
"pretest": "tsc -p tsconfig.test.json",
"test": "jest"
},
"main": "./build/index.js",
"types": "./build/index.d.ts",
"author": {
"name": "AWS SDK for JavaScript Team",
"email": "",
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^24.0.12",
"jest": "^24.7.1",
"typescript": "~3.4.0"
}
}

@@ -1,1 +0,4 @@

# service-error-classification
# @aws-sdk/service-error-classification
[![NPM version](https://img.shields.io/npm/v/@aws-sdk/service-error-classification/preview.svg)](https://www.npmjs.com/package/@aws-sdk/service-error-classification)
[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/service-error-classification.svg)](https://www.npmjs.com/package/@aws-sdk/service-error-classification)
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"strict": true,
"sourceMap": true,
"noUnusedLocals": true,
"lib": [
"es5",
"es2015.collection",
"es2015.iterable"
],
"rootDir": "./src",
"outDir": "./build"
}
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"strict": true,
"sourceMap": true,
"noUnusedLocals": true,
"lib": ["es5", "es2015.collection", "es2015.iterable"],
"rootDir": "./src",
"outDir": "./build"
}
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc