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.7.0 to 1.7.1

4

lib/attributes.js

@@ -13,2 +13,6 @@ /* jslint node: true, esnext: true */

// TODO create default
if (Object.keys(ca.attributes).length === 0) {
dest[name] = src[name];
return;
}
dest[name] = {};

@@ -15,0 +19,0 @@ }

2

package.json
{
"name": "model-attributes",
"version": "1.7.0",
"version": "1.7.1",
"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