Comparing version 0.1.38 to 0.1.39
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86614
44
1982
11
3
+ Addedoutcome@0.0.18
Updatedtype-component@0.0.1