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

date-now

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

date-now - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

index.js

@@ -1,1 +0,5 @@

module.exports = Date.now
module.exports = now
function now() {
return new Date().getTime()
}

5

package.json
{
"name": "date-now",
"version": "0.1.0",
"version": "0.1.1",
"description": "A requirable version of Date.now()",

@@ -19,4 +19,3 @@ "keywords": [],

},
"dependencies": {
},
"dependencies": {},
"devDependencies": {

@@ -23,0 +22,0 @@ "tape": "~0.2.2",

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