Socket
Socket
Sign inDemoInstall

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.0 to 1.6.1

9

lib/util.js

@@ -8,3 +8,3 @@ (function(scope) {

module.exports = new UtilProto();
else
else if (!Scope.Util)
Scope.Util = new UtilProto();

@@ -18,3 +18,3 @@

*
* @param constructo
* @param constructor
* @param args

@@ -798,4 +798,7 @@ */

if (month <= 9)
month = '0' + month;
month = '0' + month;
if (day <= 9)
day = '0' + day;
ret = year + '.' + month + '.' + day;

@@ -802,0 +805,0 @@

{
"name": "util-io",
"version": "1.6.0",
"version": "1.6.1",
"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