Socket
Socket
Sign inDemoInstall

date-diff

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

date-diff - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/date-diff.d.ts

6

package.json

@@ -8,3 +8,3 @@ {

"description": "DateDiff is a minimalized Javascript date arithmetic extension.",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [

@@ -26,2 +26,3 @@ "DateDiff",

"@parcel/packager-ts": "^2.0.0-rc.0",
"@parcel/transformer-typescript-tsc": "^2.0.0-nightly.845",
"@parcel/transformer-typescript-types": "^2.0.0-rc.0",

@@ -35,3 +36,4 @@ "@types/jest": "^27.0.2",

"scripts": {
"test": "jest"
"test": "jest",
"build": "parcel build"
},

@@ -38,0 +40,0 @@ "jest": {

@@ -12,3 +12,3 @@ const divisors = {

class DateDiff {
export default class DateDiff {
date1: Date

@@ -79,3 +79,1 @@ date2: Date

}
export default DateDiff

Sorry, the diff of this file is not supported yet

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