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

linen

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linen - npm Package Compare versions

Comparing version 0.1.38 to 0.1.39

lib/transports/index.js

4

lib/collection.js

@@ -218,3 +218,5 @@ // Generated by CoffeeScript 1.6.2

this._ignorePersist = true;
src = src;
src = src.filter(function(model) {
return model != null;
});
src2 = src.concat();

@@ -221,0 +223,0 @@ esrc = this.source().concat();

// Generated by CoffeeScript 1.6.2
(function() {
var Linen, Schema, Schemas;
var Linen, Schema, Schemas, transports;

@@ -9,2 +9,4 @@ Schema = require("./schema");

transports = require("./transports");
Linen = (function() {

@@ -49,2 +51,4 @@ /*

module.exports.transports = transports;
}).call(this);
{
"name": "linen",
"version": "0.1.38",
"version": "0.1.39",
"description": "```javascript",

@@ -35,5 +35,6 @@ "main": "./lib/index.js",

"verify": "0.0.x",
"type-component": "0.0.x",
"dref": "0.0.6"
"type-component": "0.0.1",
"dref": "0.0.6",
"outcome": "0.0.18"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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