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 0.9.3 to 1.0.1

8

CheatSheet.md

@@ -90,3 +90,3 @@ js-joda Cheat sheet

// obtain the current date in the utc timezone, e.g. 2016-02-23
LocalDate.now(Clock.systemUTC());
LocalDate.now(ZoneOffset.UTC);

@@ -340,3 +340,3 @@ // obtain an instance of LocalDate from an ISO8601 formatted text string

// obtain the current time in the utc timezone, e.g. '09:29:05.743'
LocalTime.now(Clock.systemUTC());
LocalTime.now(ZoneOffset.UTC);

@@ -519,3 +519,3 @@ // obtain an instance of LocalTime from an ISO8601 formatted text string

// obtain the current date and time in the utc timezone
LocalDateTime.now(Clock.systemUTC());
LocalDateTime.now(ZoneOffset.UTC);

@@ -777,3 +777,3 @@ // obtain an instance of LocalDateTime from an ISO8601 formatted text string

// get now with the UTC time-zone
ZonedDateTime.now(ZoneId.UTC).toString(); // e.g. 2016-03-18T11:38:23.561Z
ZonedDateTime.now(ZoneOffset.UTC).toString(); // e.g. 2016-03-18T11:38:23.561Z

@@ -780,0 +780,0 @@ // get now with a fixed offset time-zone

{
"name": "js-joda",
"version": "0.9.3",
"version": "1.0.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

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