Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sa-kws-node-sdk

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sa-kws-node-sdk - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

5

lib/kwsSdk.js

@@ -310,6 +310,3 @@ 'use strict';

opts.headers['Accept-Language'] = self.opts.language;
return self.requestApi(method, path, opts)
.then(function(resp){
return resp.body;
});
return self.requestApi(method, path, opts);
})

@@ -316,0 +313,0 @@ .then(function(resp) {

2

package.json
{
"name": "sa-kws-node-sdk",
"version": "1.1.1",
"version": "1.1.2",
"description": "KWS Node App SDK",

@@ -5,0 +5,0 @@ "main": "./lib/kwsSdk.js",

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