Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

auto-sprites

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-sprites - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

.idea/.name

4

package.json
{
"name": "auto-sprites",
"version": "0.1.6",
"version": "0.1.7",
"description": "自动合并图片的模块",

@@ -28,3 +28,3 @@ "main": "index.js",

"readme": "ERROR: No README data found!",
"_id": "auto-sprites@0.1.6",
"_id": "auto-sprites@0.1.5",
"dist": {

@@ -31,0 +31,0 @@ "shasum": "c0d4ecc2fefe174c3bbd4730a62b8d76f10a4dde"

@@ -138,2 +138,5 @@ var path = require('path'),

url = url[2];
if(url.indexOf('http') == 0){
return false;
}
//去除掉http引用的情况

@@ -140,0 +143,0 @@ url = url.replace(/(http:\/\/.*)(\/simg\/.*)/, function ($1, $2, $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