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

chaining-date

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chaining-date - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

2

dist/index.js
/**
* @author TroyTae
* @version 0.6.1
* @version 0.6.2
* @name chaining-date

@@ -5,0 +5,0 @@ */

{
"name": "chaining-date",
"version": "0.6.1",
"version": "0.6.2",
"description": "A tiny module for using Date with chaining ⏱",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -7,1 +7,15 @@ [![size](https://img.shields.io/github/size/TroyTae/chaining-date/dist/chaining-date.js?style=flat-square)](https://github.com/TroyTae/chaining-date/blob/master/dist/chaining-date.js)

A tiny module for using Date with chaining ⏱
## Installation
### npm (commonjs)
```shell script
npm install chaining-date
```
### browser (iife)
Please [download](./dist/chaining-date.js) this file.
And embed script tag in your document.
```html
<script src="./dist/chaining-date.js"></script>
```
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