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

grunt-node-sprite-mixings

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-node-sprite-mixings - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "grunt-node-sprite-mixings",
"description": "Generator mixings for stylus. Based on lib node-sprites",
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/SauloSilva/grunt-node-sprite-mixings",

@@ -6,0 +6,0 @@ "author": {

@@ -63,2 +63,5 @@ # grunt-node-sprite-mixings [![Build Status](https://travis-ci.org/SauloSilva/grunt-node-sprite-mixings.png?branch=master)](https://travis-ci.org/SauloSilva/grunt-node-sprite-mixings)

src: ['public/images/*.json']
},
options: {
removeJson: true // default is false
}

@@ -80,2 +83,5 @@ },

'public/stylesheets/mixings/foo.styl': ['public/images/foo.json']
},
options: {
removeJson: true // default is false
}

@@ -142,2 +148,3 @@ },

## Release History
* 2013-03-05 **v0.1.4** Fix bug remove Json
* 2013-03-05 **v0.1.3** Improvements remove json and code refactors

@@ -144,0 +151,0 @@ * 2013-03-05 **v0.1.2** First released

@@ -85,3 +85,3 @@ /*

src.push(file.src)
removeJson = this.data.removeJson
removeJson = this.options().removeJson
}.bind(this))

@@ -88,0 +88,0 @@ parserMixings()

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