Socket
Socket
Sign inDemoInstall

js-joda

Package Overview
Dependencies
Maintainers
1
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.1.4 to 1.1.5

2

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

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

@@ -1193,2 +1193,10 @@ /**

/**
*
* @return {string} same as {@link Duration.toString}
*/
toJSON() {
return this.toString();
}
}

@@ -1195,0 +1203,0 @@

@@ -1352,2 +1352,10 @@ /**

/**
*
* @return {string} same as {@link LocalTime.toString}
*/
toJSON() {
return this.toString();
}
/**
* Outputs this time as a {@link String} using the formatter.

@@ -1354,0 +1362,0 @@ * <p>

@@ -913,2 +913,10 @@ /*

}
/**
*
* @return {string} same as {@link Period.toString}
*/
toJSON() {
return this.toString();
}
}

@@ -915,0 +923,0 @@

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

Sorry, the diff of this file is not supported yet

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

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

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