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

model-attributes

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

model-attributes - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

1

lib/attributes.js

@@ -12,2 +12,3 @@ /* jslint node: true, esnext: true */

if (dest[name] === undefined) {
// TODO create default
dest[name] = {};

@@ -14,0 +15,0 @@ }

7

lib/types.js

@@ -30,3 +30,2 @@ /* jslint node: true, esnext: true */

DeclareType('string', {

@@ -40,4 +39,8 @@ parent: 'base'

DeclareType('integer', {
parent: 'base'
});
DeclareType('unsigned-integer', {
parent: 'base',
parent: 'integer',
minValue: 0

@@ -44,0 +47,0 @@ });

{
"name": "model-attributes",
"version": "1.5.1",
"version": "1.5.2",
"description": "attribute meta description",

@@ -5,0 +5,0 @@ "keywords": [

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