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

promised-models2

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promised-models2 - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

test.js

2

lib/attribute.js

@@ -128,3 +128,3 @@

branch = branch || this.DEFAULT_BRANCH;
changed = !this.isEqual(this._cachBranches[branch]);
changed = this._cachBranches[branch] === undefined || !this.isEqual(this._cachBranches[branch]);

@@ -131,0 +131,0 @@ if (changed) {

{
"description": "promise based, typed attributes, nested models and collections",
"name": "promised-models2",
"version": "1.0.2",
"version": "1.0.3",
"repository": "git@github.com:bem-node/promised-models.git",

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

@@ -25,2 +25,5 @@ /**

}),
bool: Models.attributeTypes.Boolean,
withSyncValidation: Models.attributeTypes.String.inherit({

@@ -27,0 +30,0 @@ type: 'string',

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