Socket
Socket
Sign inDemoInstall

directory-encoder

Package Overview
Dependencies
Maintainers
1
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.3.2 to 0.3.3

2

lib/directory-encoder.js

@@ -82,3 +82,3 @@ /*global require:true*/

} else {
css = "." + name +
css = this.prefix + name +
" { background-image: url('" +

@@ -85,0 +85,0 @@ datauri +

{
"name": "directory-encoder",
"description": "Encode a directory of images to CSS",
"version": "0.3.2",
"version": "0.3.3",
"homepage": "https://github.com/filamentgroup/directory-encoder",

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

@@ -124,3 +124,3 @@ /*global require:true*/

test.equal( this.encoder._css("foo", "bar"),
".foo { background-image: url('bar'); background-repeat: no-repeat; }" );
".icon-foo { background-image: url('bar'); background-repeat: no-repeat; }" );
test.done();

@@ -127,0 +127,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