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

bones-test

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bones-test - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

7

lib/model-crud-http.js

@@ -48,2 +48,3 @@ var should = require('should');

// TODO: check if it's started.
before(function(done) {

@@ -98,3 +99,4 @@ server.start(done);

_(data).each(function(value, key) {
body.should.have.property(key, value);
body.should.have.property(key);
body[key].should.eql(value);
});

@@ -135,3 +137,4 @@ setTimeout(done, 1);

_(dataUpdate).each(function(value, key) {
body.should.have.property(key, value);
body.should.have.property(key);
body[key].should.eql(value);
});

@@ -138,0 +141,0 @@ setTimeout(done, 1);

@@ -5,3 +5,3 @@ {

"description": "",
"version": "0.0.3",
"version": "0.0.4",
"keywords": [

@@ -8,0 +8,0 @@ "bones",

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