Socket
Socket
Sign inDemoInstall

leaflet-map

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leaflet-map - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

build.js

4

index.js

@@ -8,3 +8,3 @@ var L = require('leaflet')

if (opt.defaultStyle) {
L.Icon.Default.imagePath = 'http://cdn.leafletjs.com/leaflet-0.7.3/images'
L.Icon.Default.imagePath = '//cdn.leafletjs.com/leaflet-0.7.3/images'
ensureStyle()

@@ -27,3 +27,3 @@ }

mapStyle.setAttribute('rel','stylesheet')
mapStyle.setAttribute('href','http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css')
mapStyle.setAttribute('href','//cdn.leafletjs.com/leaflet-0.7.3/leaflet.css')
document.body.appendChild(mapStyle)

@@ -30,0 +30,0 @@ }

{
"name": "leaflet-map",
"author": "jden <jason@denizac.org>",
"version": "0.1.0",
"version": "0.2.0",
"description": "simple way to make a leaflet map application",

@@ -6,0 +6,0 @@ "keywords": [

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