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

gulp-lazyimagecss

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-lazyimagecss - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

4

index.js

@@ -135,3 +135,3 @@ var fs = require('fs');

if(declaration.property == 'background-image'){
declarations[i].value = declarations[i].value.replace('svg','png');
declarations[i].value = declarations[i].value.replace('.svg','.png');
}

@@ -144,3 +144,3 @@ });

if(declaration.property == 'background'){
declarations[i].value = declarations[i].value.replace('svg','png');
declarations[i].value = declarations[i].value.replace('.svg','.png');
}

@@ -147,0 +147,0 @@ });

@@ -14,12 +14,24 @@ {

"/Users/doubleluo/Documents/workflow"
],
[
{
"raw": "gulp-lazyimagecss@^2.0.0",
"scope": null,
"escapedName": "gulp-lazyimagecss",
"name": "gulp-lazyimagecss",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/Users/doubleluo/Documents/tmt-workflow"
]
],
"_from": "gulp-lazyimagecss@>=2.0.0 <2.1.0",
"_id": "gulp-lazyimagecss@2.0.5",
"_from": "gulp-lazyimagecss@^2.0.0",
"_id": "gulp-lazyimagecss@2.0.7",
"_inCache": true,
"_location": "/gulp-lazyimagecss",
"_nodeVersion": "7.0.0",
"_nodeVersion": "4.4.6",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/gulp-lazyimagecss-2.0.5.tgz_1479972026405_0.6858365321531892"
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/gulp-lazyimagecss-2.0.7.tgz_1482139783589_0.3793061499018222"
},

@@ -30,15 +42,11 @@ "_npmUser": {

},
"_npmVersion": "3.10.8",
"_phantomChildren": {
"clone": "1.0.2",
"clone-stats": "0.0.1",
"replace-ext": "0.0.1"
},
"_npmVersion": "4.0.2",
"_phantomChildren": {},
"_requested": {
"raw": "gulp-lazyimagecss@~2.0.0",
"raw": "gulp-lazyimagecss@^2.0.0",
"scope": null,
"escapedName": "gulp-lazyimagecss",
"name": "gulp-lazyimagecss",
"rawSpec": "~2.0.0",
"spec": ">=2.0.0 <2.1.0",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"

@@ -49,7 +57,7 @@ },

],
"_resolved": "https://registry.npmjs.org/gulp-lazyimagecss/-/gulp-lazyimagecss-2.0.5.tgz",
"_shasum": "120bdc937245a0c6e90614ca3fb8f458e04606d1",
"_resolved": "https://registry.npmjs.org/gulp-lazyimagecss/-/gulp-lazyimagecss-2.0.7.tgz",
"_shasum": "7c766392ce51fff476b37bf2a4f59537b8f0aba8",
"_shrinkwrap": null,
"_spec": "gulp-lazyimagecss@~2.0.0",
"_where": "/Users/doubleluo/Documents/workflow",
"_spec": "gulp-lazyimagecss@^2.0.0",
"_where": "/Users/doubleluo/Documents/tmt-workflow",
"author": {

@@ -78,4 +86,4 @@ "name": "littledu",

"dist": {
"shasum": "120bdc937245a0c6e90614ca3fb8f458e04606d1",
"tarball": "https://registry.npmjs.org/gulp-lazyimagecss/-/gulp-lazyimagecss-2.0.5.tgz"
"shasum": "7c766392ce51fff476b37bf2a4f59537b8f0aba8",
"tarball": "https://registry.npmjs.org/gulp-lazyimagecss/-/gulp-lazyimagecss-2.0.7.tgz"
},

@@ -117,3 +125,3 @@ "gitHead": "8aeb8d372a083dc8d341346fc84d74d935a34d6b",

},
"version": "2.0.7"
"version": "2.0.8"
}
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