New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

agave

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agave - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

package-lock.json

2

package.json
{
"name": "agave",
"version": "3.0.0",
"version": "3.0.1",
"author": "Mike MacCana <mike.maccana@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Cleaner, simpler JavaScript for ES8",

@@ -304,4 +304,4 @@ // Tests. Mocha/assert style. See

var someDay = new Date('Sun Jul 31 2016 18:55:19 GMT+0100 (BST)')
var fakeNowDate = new Date('2018-04-16')
assert.deepEqual(someDay.daysAgo(), 624)
var fakeNowDate = new Date('Fri Jun 8 2018 18:55:19 GMT+0100 (BST)')
assert.deepEqual(someDay.daysAgo(fakeNowDate), 712)
});

@@ -308,0 +308,0 @@ });

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