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

util-io

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

util-io - npm Package Compare versions

Comparing version 1.6.5 to 1.7.0

13

lib/util.js

@@ -303,15 +303,2 @@ (function(scope) {

/**
* function remove substring from string one time
* @param str
* @param substr
*/
this.rmStrOnce = function(str, substr) {
var ONCE = true;
str = Util.rmStr(str, substr, ONCE);
return str;
};
/**
* function replase pFrom to pTo in pStr

@@ -318,0 +305,0 @@ * @param str

2

package.json
{
"name": "util-io",
"version": "1.6.5",
"version": "1.7.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -5,0 +5,0 @@ "description": "Util-io - utilites for vanila js",

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