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 0.2.3 to 0.2.4

2

lib/kwsSdk.js

@@ -147,2 +147,3 @@ 'use strict';

var self = this;
opts = opts || {};

@@ -166,2 +167,3 @@ var returnOpts = {

.then(function () {
opts.headers = opts.headers || {};
opts.headers.Authorization = 'Bearer ' + self.bearerToken;

@@ -168,0 +170,0 @@ opts.headers['Accept-Language'] = self.opts.language;

3

lib/userSdk.js

@@ -298,5 +298,2 @@ 'use strict';

'alias': null
},
'user.getModified': {
'alias': null
}

@@ -303,0 +300,0 @@ }

{
"name": "sa-kws-node-sdk",
"version": "0.2.3",
"version": "0.2.4",
"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