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

rest-client-sdk

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-client-sdk - npm Package Compare versions

Comparing version 0.11.2 to 0.12.0

4

dist/client/AbstractClient.js

@@ -103,5 +103,5 @@ 'use strict';

var url = entity.get('@id');
return this.createEntityFromJsonResponse(this.authorizedFetch(url, {
return this.authorizedFetch(url, {
method: 'DELETE'
}), 'item');
});
}

@@ -108,0 +108,0 @@ }, {

{
"name": "rest-client-sdk",
"version": "0.11.2",
"version": "0.12.0",
"description": "Rest Client SDK for API",

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

@@ -75,8 +75,5 @@ import URI from 'urijs';

const url = entity.get('@id');
return this.createEntityFromJsonResponse(
this.authorizedFetch(url, {
method: 'DELETE',
}),
'item'
);
return this.authorizedFetch(url, {
method: 'DELETE',
});
}

@@ -83,0 +80,0 @@

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