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

lodash.now

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash.now - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

15

index.js

@@ -10,2 +10,11 @@ /**

/** Detect free variable `global` from Node.js. */
var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
/** Detect free variable `self`. */
var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
/** Used as a reference to the global object. */
var root = freeGlobal || freeSelf || Function('return this')();
/**

@@ -27,6 +36,6 @@ * Gets the timestamp of the number of milliseconds that have elapsed since

*/
function now() {
return Date.now();
}
var now = function() {
return root.Date.now();
};
module.exports = now;

2

package.json
{
"name": "lodash.now",
"version": "4.0.1",
"version": "4.0.2",
"description": "The lodash method `_.now` exported as a module.",

@@ -5,0 +5,0 @@ "homepage": "https://lodash.com/",

@@ -1,2 +0,2 @@

# lodash.now v4.0.1
# lodash.now v4.0.2

@@ -18,2 +18,2 @@ The [lodash](https://lodash.com/) method `_.now` exported as a [Node.js](https://nodejs.org/) module.

See the [documentation](https://lodash.com/docs#now) or [package source](https://github.com/lodash/lodash/blob/4.0.1-npm-packages/lodash.now) for more details.
See the [documentation](https://lodash.com/docs#now) or [package source](https://github.com/lodash/lodash/blob/4.0.2-npm-packages/lodash.now) for more details.
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