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

jin-time

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jin-time - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "jin-time",
"description": "Cool date/time/duration/range arithmetic",
"version": "1.1.0",
"version": "1.1.1",
"authors": [

@@ -6,0 +6,0 @@ "jin <nin-jin@ya.ru>"

@@ -190,3 +190,3 @@ # $jin.time

var dur = $jin.time.duration()
durdur.year // number
dur.year // number
dur.month // number

@@ -224,4 +224,4 @@ dur.day // number

$jin.time.range( '2015-07-19/2015-08-02' ) // by two moments
$jin.time.range( '2015-07-19/P14D' ) // by two start moment and duration
$jin.time.range( 'P14D/2015-08-02' ) // by two end moment and duration
$jin.time.range( '2015-07-19/P14D' ) // by start moment and duration
$jin.time.range( 'P14D/2015-08-02' ) // by end moment and duration

@@ -228,0 +228,0 @@ // by components

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