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

broccoli-sprite

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-sprite - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

1

ember-cli-styles-override.js
function emberCliStylesOverride(app, preprocessors) {
console.log('EmberCliStylesOverride', arguments);
if (!app.options.sprite) {

@@ -5,0 +4,0 @@ return;

2

index.js

@@ -46,2 +46,4 @@ var path = require('path');

var nsgOptions = JSON.parse(JSON.stringify(self.options)); //lazy way to deep clone
// stylesheet can be a function which is lost in JSON.stringify
nsgOptions.stylesheet = self.options.stylesheet;
nsgOptions.src = files;

@@ -48,0 +50,0 @@ nsgOptions.spritePath = spritePath;

{
"name": "broccoli-sprite",
"version": "0.0.5",
"version": "0.0.6",
"description": "Broccoli plugin for CSS image sprite generation",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -174,4 +174,13 @@ # A BroccoliJs plugin for sprite generation

## Contributors
Maintained by [bguiz](http://github.com/bguiz).
Additional contributions from:
- [Connorhd](http://github.com/Connorhd)
- [harianus](http://github.com/harianus)
## Licence
[GPL v3](http://opensource.org/licenses/GPL-3.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