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

assetgraph-sprite

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assetgraph-sprite - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

8

lib/index.js

@@ -105,3 +105,3 @@ var _ = require('underscore'),

seq(_.keys(spriteGroups))
seq(Object.keys(spriteGroups))
.seqEach(function (spriteGroupName) {

@@ -161,3 +161,3 @@ var callback = this,

assetGraph.addRelation(relation, 'last');
assetGraph.refreshRelationHref(relation);
relation.refreshHref();
['selector-for-group', 'packer', 'image-format', 'background-color'].forEach(function (propertyName) {

@@ -189,6 +189,6 @@ spriteGroup.placeHolder.cssRule.style.removeProperty(assets.Css.vendorPrefix + '-sprite-' + propertyName);

assetGraph.addRelation(relation, 'before', incomingRelation);
assetGraph.refreshRelationHref(relation);
relation.refreshHref();
assetGraph.removeRelation(incomingRelation);
} else {
assetGraph.detachAndRemoveRelation(incomingRelation);
incomingRelation.detach();
}

@@ -195,0 +195,0 @@

@@ -5,3 +5,3 @@ {

"repository": "git://github.com/One-com/assetgraph-sprite.git",
"version": "0.1.1",
"version": "0.2.0",
"maintainers": [

@@ -8,0 +8,0 @@ {

Sorry, the diff of this file is not supported yet

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