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

chai-datetime

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chai-datetime - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

4

package.json
{
"name": "chai-datetime",
"version": "1.4.0",
"keywords": ["chai", "testing", "jasmine"],
"version": "1.4.1",
"keywords": ["chai", "chai-plugin", "objects", "date", "time", "browser", "testing", "jasmine"],
"description": "date / time comparison matchers for chai",

@@ -6,0 +6,0 @@ "main": "chai-datetime.js",

@@ -62,3 +62,3 @@ # chai-datetime

d1.should.equalDate.d2
d1.should.equalDate(d2)
expect(d1).to.equalDate(d2)

@@ -65,0 +65,0 @@ assert.equalDate(d1, d2)

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