Socket
Socket
Sign inDemoInstall

js-joda

Package Overview
Dependencies
0
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.0 to 1.8.1

10

CHANGELOG.md
Changelog
=========
### 1.8.0 (next)
### 1.8.2 (next)
### 1.8.1
#### public API
* simplify public export
### 1.8.0
#### public API
* add ESM module to pkg.module build with rollup

@@ -9,0 +17,0 @@

3

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

@@ -50,3 +50,2 @@ "repository": {

"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-preset-env": "^1.6.1",

@@ -53,0 +52,0 @@ "chai": "^4.1.2",

@@ -90,3 +90,3 @@ /**

const jsJiodaExports = {
const jsJodaExports = {
_,

@@ -147,60 +147,5 @@ convert,

const use = bindUse(jsJiodaExports);
jsJiodaExports.use = use;
const use = bindUse(jsJodaExports);
jsJodaExports.use = use;
export {
_,
use,
convert,
nativeJs,
ArithmeticException,
DateTimeException,
DateTimeParseException,
IllegalArgumentException,
IllegalStateException,
UnsupportedTemporalTypeException,
NullPointerException,
Clock,
DayOfWeek,
Duration,
Instant,
LocalDate,
LocalTime,
LocalDateTime,
Month,
MonthDay,
Period,
Year,
YearConstants,
YearMonth,
ZonedDateTime,
ZoneOffset,
ZoneId,
ZoneRegion,
ZoneOffsetTransition,
ZoneRules,
ZoneRulesProvider,
ChronoLocalDate,
ChronoLocalDateTime,
ChronoZonedDateTime,
IsoChronology,
ChronoField,
ChronoUnit,
IsoFields,
Temporal,
TemporalAccessor,
TemporalAdjuster,
TemporalAdjusters,
TemporalAmount,
TemporalField,
TemporalQueries,
TemporalQuery,
TemporalUnit,
ValueRange,
DateTimeFormatter,
DateTimeFormatterBuilder,
DecimalStyle,
ResolverStyle,
SignStyle,
TextStyle,
};
export default jsJodaExports;

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc