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

full-icu

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

full-icu - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

node-icu-data.js

6

full-icu.js

@@ -72,2 +72,8 @@ // Copyright (C) 2015 IBM Corporation and Others. All Rights Reserved.

}
var datPath = module.exports.datPath = function datPath(d) {
if(!d) d = icudat;
if(haveDat(d)) return fs.realpathSync(d);
throw Error('Does not exist: ' + fs.realpathSync(d));
}
}

5

package.json
{
"name": "full-icu",
"version": "1.0.1",
"version": "1.0.2",
"description": "install 'full-icu' data for your current node",

@@ -11,2 +11,5 @@ "scripts": {

],
"bin": {
"node-full-icu-path": "./node-icu-data.js"
},
"main": "full-icu.js",

@@ -13,0 +16,0 @@ "author": "The ICU Team; © 1997-2015 IBM Corporation and Others, All Rights Reserved",

@@ -50,2 +50,7 @@ Install full ICU data

BIN
===
`node-full-icu-path` will print the full `icudt*.dat` path, if available.
MIRROR

@@ -52,0 +57,0 @@ ===

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