New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

spritesmith

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spritesmith - npm Package Compare versions

Comparing version 0.14.0 to 0.15.0

2

CHANGELOG.md
# spritesmith changelog
0.15.0 - Moved to `phantomjssmith@0.4.0` and added `timeout` option
0.14.0 - Moved to `gmsmith@0.3.0` for detection of imagemagick

@@ -3,0 +5,0 @@

4

package.json
{
"name": "spritesmith",
"version": "0.14.0",
"version": "0.15.0",
"description": "Utility that takes images and creates a spritesheet with JSON sprite data",

@@ -26,3 +26,3 @@ "main": "src/smith.js",

"optionalDependencies": {
"phantomjssmith": "~0.3.0",
"phantomjssmith": "~0.4.0",
"gmsmith": "~0.3.0",

@@ -29,0 +29,0 @@ "canvassmith": "~0.1.0"

@@ -50,2 +50,11 @@ # Spritesmith

### PhantomJS export options
For the `phantomjs` engine, the current output options are:
```js
{
'timeout': 10000 // Milliseconds to wait until terminating PhantomJS script
}
```
### Canvas export options

@@ -52,0 +61,0 @@ For the `canvas` engine, the current output options are:

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