Socket
Socket
Sign inDemoInstall

cavalion-blocks

Package Overview
Dependencies
0
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.5 to 0.9.6

src/prototypes/cleaning-up/.js

3

CHANGELOG.md

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

### 2019-06-23 - 0.9.6
- Cleaning up
### 2019-06-11 - 0.9.5

@@ -2,0 +5,0 @@ - In Tree nodes now inherit parent onNodesNeeded (if not specified)

2

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

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

"use js";
["vcl-ui:Console", {}];
["vcl-ui:Console", {
handlers: {
loaded() {
//this.app.on("app-console-toggle"
}
}
}];

@@ -29,3 +29,3 @@ "use locale, js, blocks/Blocks";

"unselected": function() {
this.app().print("unselected", this);
// this.app().print("unselected", this);
}

@@ -32,0 +32,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc