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

@types/date-arithmetic

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/date-arithmetic - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

5

date-arithmetic/index.d.ts

@@ -10,4 +10,7 @@ // Type definitions for date-arithmetic v3.1.0

interface dateArithmeticStatic {
/** Add specified amount of units to a provided date and return new date as a result */
/** Add specified amount of units to a provided date and return new date as a result */
add(date: Date, num: number, unit: Unit): Date;
/** Subtract specified amount of units from a provided date and return new date as a result */
subtract(date: Date, num: number, unit: Unit): Date;
}

@@ -14,0 +17,0 @@

4

date-arithmetic/package.json
{
"name": "@types/date-arithmetic",
"version": "3.1.0",
"version": "3.1.1",
"description": "TypeScript definitions for date-arithmetic",

@@ -20,4 +20,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "837199d0a4601e5e998d5ad0a199d39068194c64b03ea8cc25b97f222bf67f64",
"typesPublisherContentHash": "c7f49cd468148cd90beaabc333a27f98b05147073d3491d3a78653378fa94302",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 13 Oct 2017 22:26:39 GMT
* Last updated: Tue, 17 Oct 2017 16:19:58 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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