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.21 to 0.9.22

3

CHANGELOG.md

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

### 2021/03/07 - 0.9.22
- blocks/Factory: Temporary fix/hack for `vcl-comps:`-usage
### 2021/02/07 - 0.9.21

@@ -2,0 +5,0 @@ - Corrected base for `prototypes/Popup`

2

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

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

@@ -286,3 +286,3 @@ define(function(require) {

}
// FIXME find a more elegant manner

@@ -307,2 +307,7 @@ var this_uri = this._uri;

if(this._uri.startsWith("vcl-comps:")) {
this._uri = this._uri.substring("vcl-comps:".length);
}
component.beginLoading();

@@ -309,0 +314,0 @@ component.setUri(this._uri);

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