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.26 to 0.0.27

2

lib/collection.js

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

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

@@ -173,0 +173,0 @@ }

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

LinenModel.prototype._initFetch = function() {
if (this._fetched || !this._initialized) {
if (this._fetched || !this._initialized || !this.data._id) {
return;

@@ -138,0 +138,0 @@ }

{
"name": "linen",
"version": "0.0.26",
"version": "0.0.27",
"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