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

fenextjs-date

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fenextjs-date - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

1

cjs/index.d.ts

@@ -20,2 +20,3 @@ export interface FenextjsDateFormatOptions extends Intl.DateTimeFormatOptions {

constructor(options?: FenextjsDateConstructor<F>);
setOnCallback(callback: (date: FenextjsDate<F>) => void): void;
addTime(time: number): void;

@@ -22,0 +23,0 @@ addMilliseconds(milliseconds: number): void;

@@ -26,2 +26,5 @@ "use strict";

}
setOnCallback(callback) {
this.onCallback = callback;
}
addTime(time) {

@@ -28,0 +31,0 @@ this.setTime(this.getTime() + time);

2

package.json
{
"name": "fenextjs-date",
"version": "1.1.0",
"version": "1.2.0",
"description": "",

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

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