Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0 to 0.1.1

4

lib/index.js

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

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

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

assetGraph.addRelation(relation, 'before', incomingRelation);
assetGraph.refreshRelationUrl(relation);
assetGraph.refreshRelationHref(relation);
assetGraph.removeRelation(incomingRelation);

@@ -191,0 +191,0 @@ } else {

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

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

@@ -13,2 +13,5 @@ {

],
"publicationConfig": {
"registry": "http://registry.npmjs.org/"
},
"dependencies": {

@@ -15,0 +18,0 @@ "underscore": ">= 1.1.3",

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