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

bamboo

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bamboo - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

test/sync.js

10

model.js

@@ -313,3 +313,8 @@ var Emitter = require('emitter');

Construct.prototype.destroy = function(cb) {
Construct.prototype.destroy = function(query, cb) {
if (!cb) {
cb = query;
query = undefined;
}
var self = this;

@@ -323,3 +328,4 @@ // model was never saved to server

url: self.url,
method: 'DELETE'
method: 'DELETE',
query: query
};

@@ -326,0 +332,0 @@

2

package.json
{
"name": "bamboo",
"version": "0.0.6",
"version": "0.0.7",
"author": "Roman Shtylman <shtylman@gmail.com>",

@@ -5,0 +5,0 @@ "dependencies": {

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