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

getstream

Package Overview
Dependencies
Maintainers
5
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getstream - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

12

lib/lib/user.js

@@ -28,2 +28,14 @@ var _extends = require("@babel/runtime/helpers/extends");

},
delete: function _delete(callback) {
return this.client.delete({
url: this.url,
signature: this.token
}).then(function (response) {
if (callback) {
callback(response);
}
return response;
});
},
get: function get(options, callback) {

@@ -30,0 +42,0 @@ var _this = this;

2

package.json

@@ -14,3 +14,3 @@ {

"license": "BSD-3-Clause",
"version": "4.0.1",
"version": "4.0.2",
"scripts": {

@@ -17,0 +17,0 @@ "build": "babel src --out-dir lib",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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