Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arrow-objectmodel

Package Overview
Dependencies
Maintainers
4
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arrow-objectmodel - npm Package Compare versions

Comparing version 0.2.16 to 0.2.17

2

lib/model.js

@@ -61,2 +61,4 @@ var _ = require('lodash');

supermodel: this.model._supermodel,
plural: this.model.plural,
singular: this.model.singular,
description: this.model.description,

@@ -63,0 +65,0 @@ fields: fields,

2

package.json
{
"name": "arrow-objectmodel",
"version": "0.2.16",
"version": "0.2.17",
"description": "The object model for Arrow",

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

@@ -105,2 +105,4 @@ var should = require('should'),

should(model.models.foo).have.property('actions');
should(model.models.foo).have.property('plural');
should(model.models.foo).have.property('singular');
should(model.models.foo.fields).have.property('readonly');

@@ -107,0 +109,0 @@ should(model.models.foo.fields.readonly).have.property('description','readonly');

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