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

datamodel

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datamodel - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

10

lib/datamodel.js

@@ -157,10 +157,16 @@ 'use strict';

var self = this;
module.exports = function(input, output, fn) {
module.exports = self.takeout();
return self;
};
Datamodel.prototype.takeout = function () {
var self = this;
return function(input, output, fn) {
self.apply(input, output, fn);
}
return self;
};
module.exports = function (options) {
return new Datamodel(options);
}

6

package.json
{
"name": "datamodel",
"version": "1.0.4",
"version": "1.0.5",
"author": "Nicolas Thouvenin <nthouvenin@gmail.com>",

@@ -14,3 +14,3 @@ "contributors": [],

],
"homepage": "http://github.com/touv/node-datamodel",
"homepage": "http://github.com/castorjs/node-datamodel",
"scripts": {

@@ -22,3 +22,3 @@ "test": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- -R spec"

"type": "git",
"url": "https://github.com/touv/node-datamodel.git"
"url": "https://github.com/castorjs/node-datamodel.git"
},

@@ -25,0 +25,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