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.19 to 0.9.20

5

CHANGELOG.md

@@ -0,1 +1,6 @@

### 2021/01/09
- Working on [Container]([src/prototypes/:])
- appears from left or right, top or bottom
- appears on Cmd+<dot>
### 2020-09-20 - 0.9.19

@@ -2,0 +7,0 @@ - Bugfix for potential crash

2

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

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

@@ -564,2 +564,3 @@ define(function(require) {

// TODO maybe reject() should not be the fallback but rather resolve(null)
this.fetch(name).then(instantiate).catch(fallback);

@@ -566,0 +567,0 @@ },

@@ -35,4 +35,4 @@ "leaflet/Crs, leaflet/layers/28992, leaflet/plugins/markercluster, util/Browser, util/HtmlElement";

L.control.layers(options.layers || {
// openbasiskaart: Layers.openbasiskaart().addTo(map),
// luchtfoto2017: Layers.luchtfoto2017().addTo(map),
// penbasiskaart: Layers.openbasiskaart().addTo(map),
luchtfoto2017: Layers.luchtfoto2017().addTo(map),
// bgtlijngericht: Layers.bgtlijngericht().addTo(map),

@@ -39,0 +39,0 @@ // bgtpastel: Layers.bgtpastel().addTo(map)

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

if(this._control === null && (cls || uri)) {
if(cls) cls = cls.split("!");
cls = cls ? cls.split("!") : [""];
if(cls.length > 1) {

@@ -26,0 +26,0 @@ specializer = cls.pop();

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