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

pngsmith

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pngsmith - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

CHANGELOG.md
# pngsmith changelog
0.1.0 - Forked from twolfson/phantomjssmith
0.1.1 - Upgraded to `spritesmith-engine-test@1.2.1` and removed local expected images
0.1.0 - Forked from twolfson/phantomjssmith
{
"name": "pngsmith",
"description": "png engine for spritesmith",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/twolfson/pngsmith",

@@ -40,8 +40,8 @@ "author": {

"devDependencies": {
"chai": "~1.8.1",
"doubleshot": "~2.13.1",
"grunt": "~0.4.2",
"doubleshot": "~2.13.1",
"spritesmith-engine-test": "~1.1.0",
"chai": "~1.8.1",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-watch": "~0.5.3"
"grunt-contrib-watch": "~0.5.3",
"spritesmith-engine-test": "~1.2.1"
},

@@ -48,0 +48,0 @@ "keywords": [

@@ -13,9 +13,3 @@ var pngsmith = require('../'),

this.smith = pngsmith;
var expectedDir = __dirname + '/expected_files/';
this.expectedFilepaths = [
expectedDir + '/multiple-node-0.8.png',
expectedDir + '/multiple-node-0.10.png'
];
}
});
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