Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0 to 1.0.1

6

lib/datamodel.js

@@ -154,6 +154,6 @@ 'use strict';

var self = this;
module.exports = function(input, fn) {
self.apply(input, fn);
module.exports = function(input, output, fn) {
self.apply(input, output, fn);
}
return this;
return self;
};

@@ -160,0 +160,0 @@

{
"name": "datamodel",
"version": "1.0.0",
"version": "1.0.1",
"author": "Nicolas Thouvenin <nthouvenin@gmail.com>",

@@ -5,0 +5,0 @@ "contributors": [],

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