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

spritesheet-templates

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spritesheet-templates - npm Package Compare versions

Comparing version 10.3.1 to 10.3.2

.circleci/config.yml

2

CHANGELOG.md
# 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 @@

4

package.json
{
"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 @@ });

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