Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@phensley/cldr-utils

Package Overview
Dependencies
Maintainers
1
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phensley/cldr-utils - npm Package Compare versions

Comparing version 0.11.0-alpha.0 to 0.11.1-alpha.0

1

lib-es/encoding.js
var floor = Math.floor, pow = Math.pow;
var Z85CHARS = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-:+=^!/*?&<>()[]{}@%$#';
var Z85ENCDIVS = [4, 3, 2, 1, 0].map(function (n) { return pow(85, n); });
var PAD = [0, 0, 0];
/**

@@ -6,0 +5,0 @@ * Z85 converts an array of bytes to a string, encoding 4 bytes as

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

var Z85ENCDIVS = [4, 3, 2, 1, 0].map(function (n) { return pow(85, n); });
var PAD = [0, 0, 0];
/**

@@ -9,0 +8,0 @@ * Z85 converts an array of bytes to a string, encoding 4 bytes as

12

package.json
{
"name": "@phensley/cldr-utils",
"version": "0.11.0-alpha.0",
"version": "0.11.1-alpha.0",
"description": "Utilities for cldr-engine packages",

@@ -21,9 +21,9 @@ "main": "lib/index.js",

"build": "yarn build:cj && yarn build:es",
"build:cj": "tsc -p ./tsconfig.build.json",
"build:es": "tsc -p ./tsconfig.build.json --module esnext --outDir lib-es",
"build:watch": "tsc -p ./tsconfig.build.json -w --preserveWatchOutput",
"build:cj": "tsc -p ./tsconfig.json",
"build:es": "tsc -p ./tsconfig.json --module esnext --outDir lib-es",
"build:watch": "tsc -p ./tsconfig.json -w --preserveWatchOutput",
"clean": "rimraf ./lib ./lib-es ./.scratch",
"clean:full": "yarn clean && rimraf ./node_modules",
"coverage": "jest --coverage --runInBand --no-cache --coverageReporters=html",
"lint": "tslint -p ./tsconfig.json",
"lint": "tslint -p ./tsconfig.lint.json",
"prepublish": "yarn build",

@@ -62,3 +62,3 @@ "test:watch": "jest --watch --coverage --coverageReporters=html"

},
"gitHead": "6028ef476aa9d9570d9ec52bdf53138341fcd8df"
"gitHead": "13828e2aa75ca7640d5e4bdef6b42d6723addd6f"
}
# @phensley/cldr-utils
Utilities for @phensley/cldr and related packages.

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