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

js-joda

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-joda - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

9

CHANGELOG.md
Changelog
=========
### 1.5.1 (next)
### 1.5.2 (next)
### 1.5.1
#### public API
* Add `use` function to typescript definition
* Add `convert` function to typescript definition
### 1.5.0

@@ -7,0 +14,0 @@

@@ -1447,4 +1447,9 @@ declare namespace JSJoda {

function nativeJs(date: Date|any, zone?: ZoneId): TemporalAccessor;
function convert(temporal: LocalDate|LocalDateTime|ZonedDateTime, zone?: ZoneId): {
toDate: () => Date,
toEpochMilli: () => number
};
function use(plugin: Function):any;
}
export = JSJoda;

2

package.json
{
"name": "js-joda",
"version": "1.5.0",
"version": "1.5.1",
"description": "a date and time library for javascript",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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