Socket
Socket
Sign inDemoInstall

cavalion-blocks

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

cavalion-blocks - npm Package Compare versions

Comparing version 0.9.25 to 0.9.26

src/prototypes/Sizer.js

3

CHANGELOG.md

@@ -0,1 +1,4 @@

### 2022/01/23 - 0.9.26
- Fix for `@factory` not being set correctly
### 2021/11/17 - 0.9.25

@@ -2,0 +5,0 @@ - Adding support for `:root`

2

package.json
{
"name": "cavalion-blocks",
"version": "0.9.25",
"version": "0.9.26",
"description": "`blocks-dot-js` `[].js`",

@@ -5,0 +5,0 @@ "main": "README.js",

@@ -478,5 +478,5 @@ define(function(require) {

//component['@properties']['@uri'] = this._uri;
if(!component['@factory']) {
// if(!component['@factory']) {
component['@factory'] = this;
}
// }

@@ -483,0 +483,0 @@ var properties = component.defineProperties(), property;

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