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.8.2 to 0.8.3

5

CHANGELOG.md

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

### 2018-08-28 - 0.8.3
- Fixing some issues for usage in v7-maps
### 2018-08-21 - 0.8.2
- Wow, it has been three months
- Wow! It has been *three* months... But, we're back!
- Using cavalion-blocks in v7-maps

@@ -4,0 +7,0 @@

2

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

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

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

if(i !== -1) {
deps = source.substring(1, i).replace(/\s/g, "");
var deps = source.substring(1, i).replace(/\s/g, "");
deps = deps.split(",");

@@ -127,0 +127,0 @@

@@ -75,51 +75,3 @@ "leaflet/Crs, leaflet/layers/28992, leaflet/plugins/markercluster, util/Browser, util/HtmlElement";

".map": "top:0;left:0;bottom:0;right:0;position:absolute;",
overflow: "hidden",
"#map-container": {
// ">div.map": "left:0;top:0;right:0;bottom:0;position:absolute;",
// ".leaflet-marker-icon.leaflet-marker-draggable": {
// "transition": "margin-top 0.1s"
// },
// ".leaflet-popup-content": {
// "font-family":
// "'Open Sans', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif"
// },
// ".awesome-marker": {
// ".marker-code": {
// "background-color": "rgb(54,165,215)",
// "margin-top": "2px",
// "font-size": "7pt",
// "font-family": "'Helvetica Neue', Arial, Helvetica, sans-serif"
// }
// },
// "div.title": {
// "min-width": "200px",
// "border-bottom": "1px solid #ddd",
// "padding-bottom": "6px",
// "margin-bottom": "8px",
// ".fa": {
// "font-size": "larger"
// },
// "span": {
// "float": "right"
// }
// },
// "div.links": {
// "margin-top": "8px",
// "padding-top": "6px",
// "border-top": "1px solid #ddd",
// "color": "#4697ce",
// "a": {
// "text-decoration": "underline",
// "cursor": "pointer",
// "margin-right": "6px",
// "&:active": {
// color: "red"
// }
// },
// ".coords": {
// "float": "right",
// "color": "silver"
// }
// }
}
overflow: "hidden"
};

@@ -126,0 +78,0 @@ var handlers = {

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