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

turbo-carto

Package Overview
Dependencies
Maintainers
2
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.17.1 to 0.18.0

6

CHANGELOG.md
# Changelog
## Version 0.18.0
Released 2016-10-11
- Adds column to metadata rules.
## Version 0.17.1

@@ -4,0 +10,0 @@ Released 2016-09-28

2

package.json
{
"name": "turbo-carto",
"version": "0.17.1",
"version": "0.18.0",
"description": "CartoCSS preprocessor",

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

@@ -160,2 +160,3 @@ 'use strict';

prop: initialDecl.prop,
column: column,
mapping: this.mapping,

@@ -212,2 +213,3 @@ buckets: [],

prop: initialDecl.prop,
column: column,
mapping: this.mapping,

@@ -275,2 +277,3 @@ buckets: [],

prop: initialDecl.prop,
column: column,
mapping: this.mapping,

@@ -277,0 +280,0 @@ buckets: [],

@@ -28,2 +28,3 @@ 'use strict';

assert.equal(rule.prop, 'marker-width');
assert.equal(rule.column, 'pop_max');
assert.equal(rule.buckets.length, 5);

@@ -68,2 +69,3 @@

assert.equal(rule.prop, 'marker-width');
assert.equal(rule.column, 'pop_max');
assert.equal(rule.buckets.length, 5);

@@ -116,2 +118,3 @@

assert.equal(rule.prop, 'marker-width');
assert.equal(rule.column, 'adm0name');
assert.equal(rule.buckets.length, 9);

@@ -118,0 +121,0 @@

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