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

turbo-carto

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turbo-carto - npm Package Compare versions

Comparing version 0.19.1 to 0.19.2

test/acceptance/ramp-buckets-regressions.test.js

6

CHANGELOG.md
# Changelog
## Version 0.19.2
Released 2017-07-20
- Fix ramp to not generate conditional cartocss when datasource returns one value #69
## Version 0.19.1

@@ -4,0 +10,0 @@ Released 2017-05-22

2

package.json
{
"name": "turbo-carto",
"version": "0.19.1",
"version": "0.19.2",
"description": "CartoCSS preprocessor",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -203,3 +203,3 @@ 'use strict';

start: 0,
end: Math.max(filters.length - 1, 1)
end: Math.max(filters.length - 1, 0)
};

@@ -206,0 +206,0 @@ var indexOffset = 1;

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