Actualizacion de seguridad
This commit is contained in:
2
node_modules/nodemon/node_modules/ms/index.js
generated
vendored
2
node_modules/nodemon/node_modules/ms/index.js
generated
vendored
@@ -23,7 +23,7 @@ var y = d * 365.25;
|
||||
* @api public
|
||||
*/
|
||||
|
||||
module.exports = function (val, options) {
|
||||
module.exports = function(val, options) {
|
||||
options = options || {};
|
||||
var type = typeof val;
|
||||
if (type === 'string' && val.length > 0) {
|
||||
|
||||
2
node_modules/nodemon/node_modules/ms/license.md
generated
vendored
2
node_modules/nodemon/node_modules/ms/license.md
generated
vendored
@@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2020 Vercel, Inc.
|
||||
Copyright (c) 2016 Zeit, Inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
9
node_modules/nodemon/node_modules/ms/package.json
generated
vendored
9
node_modules/nodemon/node_modules/ms/package.json
generated
vendored
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "ms",
|
||||
"version": "2.1.3",
|
||||
"version": "2.1.2",
|
||||
"description": "Tiny millisecond conversion utility",
|
||||
"repository": "vercel/ms",
|
||||
"repository": "zeit/ms",
|
||||
"main": "./index",
|
||||
"files": [
|
||||
"index.js"
|
||||
@@ -28,11 +28,10 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"eslint": "4.18.2",
|
||||
"eslint": "4.12.1",
|
||||
"expect.js": "0.3.1",
|
||||
"husky": "0.14.3",
|
||||
"lint-staged": "5.0.0",
|
||||
"mocha": "4.0.1",
|
||||
"prettier": "2.0.5"
|
||||
"mocha": "4.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
3
node_modules/nodemon/node_modules/ms/readme.md
generated
vendored
3
node_modules/nodemon/node_modules/ms/readme.md
generated
vendored
@@ -1,6 +1,7 @@
|
||||
# ms
|
||||
|
||||

|
||||
[](https://travis-ci.org/zeit/ms)
|
||||
[](https://spectrum.chat/zeit)
|
||||
|
||||
Use this package to easily convert various time formats to milliseconds.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user