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.25 to 0.0.26

6

lib/collection.js
// Generated by CoffeeScript 1.6.2
(function() {
var Collection, async, asyngleton, bindable, outcome,
var Collection, async, asyngleton, bindable, isa, outcome,
__hasProp = {}.hasOwnProperty,

@@ -15,2 +15,4 @@ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };

isa = require("isa");
module.exports = Collection = (function(_super) {

@@ -126,3 +128,3 @@ __extends(Collection, _super);

}
if (!this._isStatic && typeof source[0] === "string") {
if ((!this._isStatic && typeof source[0] === "string") || !isa.array(source)) {
source = [];

@@ -129,0 +131,0 @@ }

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