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

lodash.now

Package Overview
Dependencies
Maintainers
4
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 2.4.0 to 2.4.1

6

index.js
/**
* Lo-Dash 2.4.0 (Custom Build) <http://lodash.com/>
* Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
* Build: `lodash modularize modern exports="npm" -o ./npm/`

@@ -9,3 +9,3 @@ * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>

*/
var reNative = require('lodash._renative');
var isNative = require('lodash._isnative');

@@ -25,3 +25,3 @@ /**

*/
var now = reNative.test(now = Date.now) && now || function() {
var now = isNative(now = Date.now) && now || function() {
return new Date().getTime();

@@ -28,0 +28,0 @@ };

{
"name": "lodash.now",
"version": "2.4.0",
"version": "2.4.1",
"description": "The Lo-Dash function `_.now` as a Node.js module generated by lodash-cli.",

@@ -18,4 +18,4 @@ "homepage": "http://lodash.com/custom-builds",

"dependencies": {
"lodash._renative": "~2.4.0"
"lodash._isnative": "~2.4.1"
}
}

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

# lodash.now v2.4.0
# lodash.now v2.4.1

@@ -3,0 +3,0 @@ The [Lo-Dash](http://lodash.com/) function [`_.now`](http://lodash.com/docs#now) as a [Node.js](http://nodejs.org/) module generated by [lodash-cli](https://npmjs.org/package/lodash-cli).

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