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

flex-combo

Package Overview
Dependencies
Maintainers
1
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.2.8 to 0.2.9

5

flex-combo.js

@@ -69,5 +69,4 @@ var http = require('http')

for(k in map){
var matchN = fullPath.replace(/\\/g, '/').indexOf(k);
if(matchN > longestMatchNum) {
longestMatchNum = matchN;
if(fullPath.replace(/\\/g, '/').indexOf(k) === 0 && longestMatchNum < k.length){
longestMatchNum = k.length;
longestMatchPos = k;

@@ -74,0 +73,0 @@ }

2

package.json
{
"name": "flex-combo",
"version": "0.2.8",
"version": "0.2.9",
"description": "The Flex-combo is combo tool designed for web front-end developer. It support various kinds of combo format by modify configuration(eg. yahoo combo).",

@@ -5,0 +5,0 @@ "main": "flex-combo.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