New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.1.4 to 0.1.5

2

lib/model.js

@@ -89,3 +89,3 @@ /**

getId: function () {
return this.idAttribute ? this.idAttribute.get() : null
return this.idAttribute && this.idAttribute.isSet() ? this.idAttribute.get() : null
},

@@ -92,0 +92,0 @@

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

@@ -6,0 +6,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