Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tilelive

Package Overview
Dependencies
Maintainers
6
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tilelive - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

7

lib/tilelive.js

@@ -197,4 +197,2 @@ var tilelive = exports;

break;
case 'legend':
case 'template':
case 'attribution':

@@ -205,2 +203,7 @@ case 'description':

break;
case 'legend':
case 'template':
if (typeof val !== 'string' || val.length > 8000)
return new Error(key + ' must be a string of 8000 characters or less');
break;
case 'tiles':

@@ -207,0 +210,0 @@ case 'grids':

{
"name": "tilelive",
"version": "5.1.0",
"version": "5.1.1",
"main": "./lib/tilelive.js",

@@ -5,0 +5,0 @@ "description": "API for various map tile backends",

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