New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
0.12.0

6

CHANGELOG.md
# Changelog
## Version 0.12.0
Released 2016-06-13
- Added context object to TurboCartoError
## Version 0.11.0

@@ -4,0 +10,0 @@ Released 2016-06-03

2

package.json
{
"name": "turbo-carto",
"version": "0.11.0",
"version": "0.12.0",
"description": "CartoCSS preprocessor",

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

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

this.message = message;
this.context = context;
}

@@ -18,0 +19,0 @@