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.0.28 to 0.0.30

3

lib/collection.js

@@ -143,2 +143,4 @@ // Generated by CoffeeScript 1.6.2

source = [];
} else if (this._isVirtual && !this._fetching) {
source = [];
}

@@ -185,2 +187,3 @@ result = Collection.__super__.reset.call(this, source);

Collection.prototype.fetch = asyngleton(true, function(callback) {
this._fetching = [];
if (this._isStatic || (this.parent && !this.parent.__isCollection && !this.parent.data._id)) {

@@ -187,0 +190,0 @@ return callback();

2

package.json
{
"name": "linen",
"version": "0.0.28",
"version": "0.0.30",
"description": "```javascript",

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

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