New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ask-sdk-model

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ask-sdk-model - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

index.js

@@ -143,3 +143,8 @@ "use strict";

if (BaseServiceClient.isCodeSuccessful(response.statusCode)) {
return [2 /*return*/, response.body];
try {
return [2 /*return*/, JSON.parse(response.body)];
}
catch (err) {
throw new SyntaxError("Failed trying to parse the response body: " + response.body);
}
}

@@ -146,0 +151,0 @@ e = new Error('Unknown error');

2

package.json
{
"name": "ask-sdk-model",
"version": "1.0.0",
"version": "1.0.1",
"description": "ASK SDK models",

@@ -5,0 +5,0 @@ "main": "index.js",

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