New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bem-promised-models

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bem-promised-models - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

8

blocks/promised-models/__registry/promised-models__registry.js

@@ -27,5 +27,9 @@ /**

} else if (type === 'Model' || type === 'ModelsList') {
if (!BEM.blocks[modelType]) {
throw new Error('Unknown attribute modelType:' + modelType);
}
//nested type
attributeDecl.modelType = Model.attributeTypes[modelType] || BEM.blocks[modelType];
attributeClass = Model.attributeTypes[type].inherit(attributeDecl);
attributeClass = Model.attributeTypes[type].inherit(attributeDecl).inherit({
modelType: BEM.blocks[modelType]
});
} else if (Model.attributeTypes[type]) {

@@ -32,0 +36,0 @@ //common types

{
"description": "BEM wrapper for promised-models",
"name": "bem-promised-models",
"version": "0.0.6",
"version": "0.0.7",
"repository": "git@github.com:delfrrr/bem-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