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.21.0 to 0.21.1

2

lib-es/code/general.d.ts

@@ -5,5 +5,5 @@ import { Scope } from '../instructions';

export declare const GENERAL_INDICES: {
'context-transform-field': import("../instructions").KeyIndexImpl<"script" | "calendar-field" | "currencyName" | "day-format-except-narrow" | "day-standalone-except-narrow" | "era-abbr" | "era-name" | "keyValue" | "languages" | "month-format-except-narrow" | "month-standalone-except-narrow" | "number-spellout" | "relative" | "typographicNames">;
'context-transform-field': import("../instructions").KeyIndexImpl<import("../../../cldr-types/lib").ContextTransformFieldType>;
'list-pattern-position': import("../instructions").KeyIndexImpl<import("../../../cldr-types/lib").ListPatternPositionType>;
};
export declare const CONTEXT_TRANSFORM: Scope;

@@ -1,4 +0,4 @@

import { ListPatternPositionType } from '@phensley/cldr-types';
import { ContextTransformFieldType, ListPatternPositionType } from '@phensley/cldr-types';
import { KeyIndexImpl } from '../instructions';
export declare const ListPatternPositionIndex: KeyIndexImpl<ListPatternPositionType>;
export declare const ContextTransformFieldIndex: KeyIndexImpl<"script" | "calendar-field" | "currencyName" | "day-format-except-narrow" | "day-standalone-except-narrow" | "era-abbr" | "era-name" | "keyValue" | "languages" | "month-format-except-narrow" | "month-standalone-except-narrow" | "number-spellout" | "relative" | "typographicNames">;
export declare const ContextTransformFieldIndex: KeyIndexImpl<ContextTransformFieldType>;

@@ -5,5 +5,5 @@ import { Scope } from '../instructions';

export declare const GENERAL_INDICES: {
'context-transform-field': import("../instructions").KeyIndexImpl<"script" | "calendar-field" | "currencyName" | "day-format-except-narrow" | "day-standalone-except-narrow" | "era-abbr" | "era-name" | "keyValue" | "languages" | "month-format-except-narrow" | "month-standalone-except-narrow" | "number-spellout" | "relative" | "typographicNames">;
'context-transform-field': import("../instructions").KeyIndexImpl<import("../../../cldr-types/lib").ContextTransformFieldType>;
'list-pattern-position': import("../instructions").KeyIndexImpl<import("../../../cldr-types/lib").ListPatternPositionType>;
};
export declare const CONTEXT_TRANSFORM: Scope;

@@ -1,4 +0,4 @@

import { ListPatternPositionType } from '@phensley/cldr-types';
import { ContextTransformFieldType, ListPatternPositionType } from '@phensley/cldr-types';
import { KeyIndexImpl } from '../instructions';
export declare const ListPatternPositionIndex: KeyIndexImpl<ListPatternPositionType>;
export declare const ContextTransformFieldIndex: KeyIndexImpl<"script" | "calendar-field" | "currencyName" | "day-format-except-narrow" | "day-standalone-except-narrow" | "era-abbr" | "era-name" | "keyValue" | "languages" | "month-format-except-narrow" | "month-standalone-except-narrow" | "number-spellout" | "relative" | "typographicNames">;
export declare const ContextTransformFieldIndex: KeyIndexImpl<ContextTransformFieldType>;
{
"name": "@phensley/cldr-schema",
"version": "0.21.0",
"version": "0.21.1",
"description": "Schema for @phensley/cldr",

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

"dependencies": {
"@phensley/cldr-types": "0.21.0",
"@phensley/cldr-types": "0.21.1",
"tslib": "1.10.x"

@@ -51,3 +51,3 @@ },

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

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

},
"gitHead": "922b98484b58cb869528dac3904d30124fa5967b"
"gitHead": "0b731f4b8edd1be584de6dfb8237a66a4357db76"
}
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