Socket
Socket
Sign inDemoInstall

@formatjs/ecma402-abstract

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formatjs/ecma402-abstract - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

2

_validate_dist-base_options.optionsvalid.d.ts
// /home/runner/.cache/bazel/_bazel_runner/5f880bf373d0f523ad3d97c5bd30b971/sandbox/linux-sandbox/3/execroot/formatjs/node_modules/@bazel/typescript/internal/ts_project_options_validator.js checked attributes for //packages/ecma402-abstract:dist-base
// /home/longlho/.cache/bazel/_bazel_longlho/576c18efaac10246ec115c72af79fca6/sandbox/linux-sandbox/17/execroot/formatjs/node_modules/@bazel/typescript/internal/ts_project_options_validator.js checked attributes for //packages/ecma402-abstract:dist-base
// composite: false

@@ -4,0 +4,0 @@ // declaration: true

// /home/runner/.cache/bazel/_bazel_runner/5f880bf373d0f523ad3d97c5bd30b971/sandbox/linux-sandbox/2/execroot/formatjs/node_modules/@bazel/typescript/internal/ts_project_options_validator.js checked attributes for //packages/ecma402-abstract:dist-esm
// /home/longlho/.cache/bazel/_bazel_longlho/576c18efaac10246ec115c72af79fca6/sandbox/linux-sandbox/19/execroot/formatjs/node_modules/@bazel/typescript/internal/ts_project_options_validator.js checked attributes for //packages/ecma402-abstract:dist-esm
// composite: false

@@ -4,0 +4,0 @@ // declaration: true

@@ -84,2 +84,3 @@ /**

result.hour = ['numeric', '2-digit'][len - 1];
result.hour12 = true;
return '{hour}';

@@ -91,2 +92,3 @@ case 'H':

result.hour = ['numeric', '2-digit'][len - 1];
result.hour12 = true;
return '{hour}';

@@ -93,0 +95,0 @@ case 'k':

{
"name": "@formatjs/ecma402-abstract",
"version": "1.2.5",
"version": "1.2.6",
"description": "A collection of implementation for ECMAScript abstract operations",

@@ -5,0 +5,0 @@ "keywords": [

@@ -87,2 +87,3 @@ "use strict";

result.hour = ['numeric', '2-digit'][len - 1];
result.hour12 = true;
return '{hour}';

@@ -94,2 +95,3 @@ case 'H':

result.hour = ['numeric', '2-digit'][len - 1];
result.hour12 = true;
return '{hour}';

@@ -96,0 +98,0 @@ case 'k':

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