spritesheet-templates
Advanced tools
Comparing version 10.3.1 to 10.3.2
# spritesheet-templates changelog | ||
10.3.2 - Moved from Travis CI to CircleCI for easier maintenance | ||
10.3.1 - Upgraded to handlebars@4.1.2 to fix vulnerability | ||
@@ -3,0 +5,0 @@ |
{ | ||
"name": "spritesheet-templates", | ||
"description": "Convert spritesheet data into CSS or CSS pre-processor data", | ||
"version": "10.3.1", | ||
"version": "10.3.2", | ||
"homepage": "https://github.com/twolfson/spritesheet-templates", | ||
@@ -21,3 +21,3 @@ "author": { | ||
"engines": { | ||
"node": ">= 0.8.0" | ||
"node": ">= 8.0.0" | ||
}, | ||
@@ -24,0 +24,0 @@ "scripts": { |
@@ -1,2 +0,2 @@ | ||
# spritesheet-templates [![Build status](https://travis-ci.org/twolfson/spritesheet-templates.svg?branch=master)](https://travis-ci.org/twolfson/spritesheet-templates) | ||
# spritesheet-templates [![CircleCI](https://circleci.com/gh/twolfson/spritesheet-templates/tree/master.svg?style=svg)](https://circleci.com/gh/twolfson/spritesheet-templates/tree/master) | ||
@@ -3,0 +3,0 @@ Convert spritesheet data into CSS or CSS pre-processor data |
@@ -94,3 +94,3 @@ // Load in our dependencies | ||
}, | ||
preventRecording: process.env.TRAVIS | ||
preventRecording: process.env.CI | ||
})).listen(1337); | ||
@@ -97,0 +97,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
289273