Socket
Socket
Sign inDemoInstall

jest

Package Overview
Dependencies
3
Maintainers
1
Versions
354
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.71 to 0.0.72

4

api.js

@@ -58,4 +58,4 @@ var _ = require('underscore'),

_.each(['show', 'index', 'create', 'update', 'destroy', 'load'], function(name) {
methods[name] = function (req, res) {
return resource[name](req, res);
methods[name] = function () {
return resource[name].apply(resource, arguments);
};

@@ -62,0 +62,0 @@ });

{
"name":"jest",
"description":"JavaScriptational State Transfer. JS restful API layer with Mongoose based resources. Inspired by python Tastypie",
"version":"0.0.71",
"version":"0.0.72",
"author":"Ishai Jaffe <ishai@empeeric.com>",

@@ -6,0 +6,0 @@ "contributors": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc