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.4 to 0.3.6

5

lib/directory-encoder.js

@@ -68,3 +68,6 @@ /*global require:true*/

selectors.forEach( function( el ){
self.customselectors[ name ].push( name.replace( new RegExp( "(" + name + ")" ), el ) );
var s = name.replace( new RegExp( "(" + name + ")" ), el );
if( self.customselectors[ name ].indexOf( s ) === -1 ) {
self.customselectors[ name ].push( s );
}
});

@@ -71,0 +74,0 @@ }

2

package.json
{
"name": "directory-encoder",
"description": "Encode a directory of images to CSS",
"version": "0.3.4",
"version": "0.3.6",
"homepage": "https://github.com/filamentgroup/directory-encoder",

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

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

"background-image: url('bar'); " +
"background-repeat: no-repeat;" +
"background-repeat: no-repeat; " +
"}" );

@@ -190,0 +190,0 @@ test.done();

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