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

flex-combo

Package Overview
Dependencies
Maintainers
4
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flex-combo - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

6

api.js

@@ -77,3 +77,3 @@ var urlLib = require("url");

parser: function (_url) {
var url = urlLib.parse(_url).path.replace(/\\|\/{1,}/g, '/');
var url = urlLib.parse(_url).path.replace(/[\\|\/]{1,}/g, '/');
var prefix = url.indexOf(this.param.servlet + '?');

@@ -86,3 +86,3 @@

return filelist.map(function (i) {
return pathLib.join(base, i);
return pathLib.join(base, i).replace(/\\/g, '/');
});

@@ -158,3 +158,3 @@ }

var suffix = ["\\.tpl$", "\\.phtml$", "\\.js$", "\\.css$", "\\.png$", "\\.gif$", "\\.jpg$", "\\.jpeg$", "\\.ico$", "\\.swf$", "\\.xml$", "\\.less$", "\\.scss$", "\\.svg$", "\\.ttf$", "\\.eot$", "\\.woff$", "\\.mp3$"];
var suffix = ["\\.tpl$", "\\.phtml$", "\\.js$", "\\.css$", "\\.png$", "\\.gif$", "\\.jpg$", "\\.jpeg$", "\\.ico$", "\\.swf$", "\\.xml$", "\\.json$", "\\.less$", "\\.scss$", "\\.svg$", "\\.ttf$", "\\.eot$", "\\.woff$", "\\.mp3$"];
var supportedFile = this.param.supportedFile;

@@ -161,0 +161,0 @@ if (supportedFile) {

{
"name": "flex-combo",
"version": "0.12.0",
"version": "0.12.1",
"description": "A combo tool designed for web front-end developer, which support various kinds of combo format by modify configuration(eg. yahoo combo).",

@@ -5,0 +5,0 @@ "main": "index.js",

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