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.19 to 0.1.20

2

lib/collection.js

@@ -160,3 +160,3 @@ // Generated by CoffeeScript 1.6.2

}
_this._reset(models);
_this._reset(models || _this.source());
return next();

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

@@ -101,3 +101,3 @@ // Generated by CoffeeScript 1.6.2

return this.options.fetch(payload, next);
} else if (this._refVirtual() && payload.model.get(this.property)) {
} else if (this._refVirtual() && payload.model.get(this.property) && !this.options.multi) {
return payload.model.get(this.property).fetch(next);

@@ -104,0 +104,0 @@ } else {

{
"name": "linen",
"version": "0.1.19",
"version": "0.1.20",
"description": "```javascript",

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

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