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

fe-utils

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fe-utils - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

fe-utils.js

@@ -194,3 +194,3 @@ (function (global, factory) {

querys: query,
search: str ? this._makeUrl(str, search) : '?' + search
url: str ? this._makeUrl(str, search) : '?' + search
};

@@ -231,3 +231,3 @@ },

querys: newQuery,
search: str ? this._makeUrl(str, search) : '?' + search
url: str ? this._makeUrl(str, search) : '?' + search
};

@@ -234,0 +234,0 @@ }

@@ -65,3 +65,3 @@ const loc = window.location

querys: query,
search: str ? this._makeUrl(str, search) : `?${search}`
url: str ? this._makeUrl(str, search) : `?${search}`
}

@@ -101,3 +101,3 @@ },

querys: newQuery,
search: str ? this._makeUrl(str, search) : `?${search}`
url: str ? this._makeUrl(str, search) : `?${search}`
}

@@ -104,0 +104,0 @@ }

{
"name": "fe-utils",
"version": "1.1.2",
"version": "1.1.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "fe-utils.js",

@@ -68,3 +68,3 @@ # fe-utils

},
search: 'http://live.tinfinite.com:8080/path/chat-studio.html?liveshowId=592e4e2bf84e6e26c1cf97dd&group=voice&referer=list#123'
url: 'http://live.tinfinite.com:8080/path/chat-studio.html?liveshowId=592e4e2bf84e6e26c1cf97dd&group=voice&referer=list#123'
}

@@ -77,3 +77,3 @@ del

},
search: 'http://live.tinfinite.com:8080/path/chat-studio.html?group=live#123'
url: 'http://live.tinfinite.com:8080/path/chat-studio.html?group=live#123'
}

@@ -80,0 +80,0 @@

@@ -67,3 +67,3 @@ var loc = window.location;

querys: query,
search: str ? this._makeUrl(str, search) : '?' + search
url: str ? this._makeUrl(str, search) : '?' + search
};

@@ -104,3 +104,3 @@ },

querys: newQuery,
search: str ? this._makeUrl(str, search) : '?' + search
url: str ? this._makeUrl(str, search) : '?' + search
};

@@ -107,0 +107,0 @@ }

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