New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@phensley/cldr-schema

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phensley/cldr-schema - npm Package Compare versions

Comparing version 0.17.6 to 0.18.0-next.0

4

lib-es/code/index.js

@@ -1,2 +0,2 @@

import * as tslib_1 from "tslib";
import { __assign } from "tslib";
import { origin, KeyIndex } from '../types';

@@ -34,3 +34,3 @@ import { BUDDHIST, BUDDHIST_INDICES, CALENDAR_INDICES, GREGORIAN, GREGORIAN_INDICES, JAPANESE, JAPANESE_INDICES, PERSIAN, PERSIAN_INDICES, } from './calendars';

this.config = config;
this.indices = tslib_1.__assign({ 'alt-key': AltIndex, 'plural-key': PluralIndex }, CALENDAR_INDICES, GREGORIAN_INDICES, emptyCalendarIndex('buddhist'), emptyCalendarIndex('japanese'), emptyCalendarIndex('persian'), DATEFIELDS_INDICES, GENERAL_INDICES, NUMBERS_INDICES, TIMEZONE_INDICES);
this.indices = __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({ 'alt-key': AltIndex, 'plural-key': PluralIndex }, CALENDAR_INDICES), GREGORIAN_INDICES), emptyCalendarIndex('buddhist')), emptyCalendarIndex('japanese')), emptyCalendarIndex('persian')), DATEFIELDS_INDICES), GENERAL_INDICES), NUMBERS_INDICES), TIMEZONE_INDICES);
}

@@ -37,0 +37,0 @@ /**

@@ -36,3 +36,3 @@ "use strict";

this.config = config;
this.indices = tslib_1.__assign({ 'alt-key': schema_1.AltIndex, 'plural-key': schema_1.PluralIndex }, calendars_1.CALENDAR_INDICES, calendars_1.GREGORIAN_INDICES, emptyCalendarIndex('buddhist'), emptyCalendarIndex('japanese'), emptyCalendarIndex('persian'), datefields_1.DATEFIELDS_INDICES, general_1.GENERAL_INDICES, numbers_1.NUMBERS_INDICES, timezones_1.TIMEZONE_INDICES);
this.indices = tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({ 'alt-key': schema_1.AltIndex, 'plural-key': schema_1.PluralIndex }, calendars_1.CALENDAR_INDICES), calendars_1.GREGORIAN_INDICES), emptyCalendarIndex('buddhist')), emptyCalendarIndex('japanese')), emptyCalendarIndex('persian')), datefields_1.DATEFIELDS_INDICES), general_1.GENERAL_INDICES), numbers_1.NUMBERS_INDICES), timezones_1.TIMEZONE_INDICES);
}

@@ -39,0 +39,0 @@ /**

{
"name": "@phensley/cldr-schema",
"version": "0.17.6",
"version": "0.18.0-next.0",
"description": "Schema for @phensley/cldr",

@@ -36,3 +36,3 @@ "main": "lib/index.js",

"dependencies": {
"tslib": "^1.9.3"
"tslib": "1.10.x"
},

@@ -50,3 +50,3 @@ "devDependencies": {

"tslint-no-circular-imports": "^0.7.0",
"typescript": "3.5.x"
"typescript": "3.6.x"
},

@@ -66,3 +66,3 @@ "jest": {

},
"gitHead": "9fbc65f00cc724594a599178a5bea4caac502e65"
"gitHead": "0c65c25c2ddc82e171d732109c11702f3bef09ce"
}

Sorry, the diff of this file is not supported yet

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