Socket
Socket
Sign inDemoInstall

directory-encoder

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

directory-encoder - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

78

package.json
{
"name": "directory-encoder",
"description": "Encode a directory of images to CSS",
"version": "0.7.1",
"homepage": "https://github.com/filamentgroup/directory-encoder",
"author": {
"name": "John Bender/Jeffrey Lembeck/Filament Group",
"email": "thegroup@filamentgroup.com"
},
"repository": {
"type": "git",
"url": "https://github.com/filamentgroup/directory-encoder"
},
"bugs": {
"url": "https://github.com/filamentgroup/directory-encoder/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/filamentgroup/directory-encoder/blob/master/LICENSE-MIT"
}
],
"main": "lib/directory-encoder",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt travis --verbose"
},
"dependencies": {
"fs-extra": "0.8.1",
"handlebars": "1.1.2",
"lodash": "2.4.0",
"img-stats": "0.4.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1"
},
"keywords": []
"name": "directory-encoder",
"description": "Encode a directory of images to CSS",
"version": "0.7.2",
"homepage": "https://github.com/filamentgroup/directory-encoder",
"author": {
"email": "thegroup@filamentgroup.com",
"name": "John Bender/Jeffrey Lembeck/Filament Group"
},
"repository": {
"type": "git",
"url": "https://github.com/filamentgroup/directory-encoder"
},
"bugs": {
"url": "https://github.com/filamentgroup/directory-encoder/issues"
},
"licenses": "MIT",
"main": "lib/directory-encoder",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "node_modules/.bin/grunt travis --verbose"
},
"dependencies": {
"fs-extra": "^0.23.1",
"handlebars": "^1.3.0",
"img-stats": "^0.5.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"lodash": "^2.4.0"
},
"keywords": []
}
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