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.12 to 0.0.13

4

lib/modelPlugin.js

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

ModelPlugin.prototype._modelBuilderCreateCollection = function(item, definition) {
var collectionName, route, schemaName;
var collectionName, route, schemaName, _ref;

@@ -57,3 +57,3 @@ schemaName = definition.options.$ref;

route = _.extend({}, this.route, definition.options.$route || {});
route.modelClass = definition.schema.linenBuilder.modelClass;
route.modelClass = (_ref = definition.schemaRef()) != null ? _ref.linenBuilder.modelClass : void 0;
return this.createCollection(collectionName, route);

@@ -60,0 +60,0 @@ };

{
"name": "linen",
"version": "0.0.12",
"version": "0.0.13",
"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