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.2 to 1.0.3

10

install-spawn.js

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

// Copyright (C) 2015 IBM Corporation and Others. All Rights Reserved.
// Copyright (C) 2015-2016 IBM Corporation and Others. All Rights Reserved.

@@ -45,3 +45,3 @@ // Install by using spawn

if(fs.existsSync(icudat)) {
console.log(' √ ' + icudat + " (existing symlink?)");
console.log(' √ ' + icudat + " (existing link?)");
} else if(!fs.existsSync(datPath)) {

@@ -51,7 +51,7 @@ console.log(' • ' + ' (no ' + icudat + ' at ‘' + datPath+'’)');

try {
fs.linkSync(datPath, icudat);
console.log(' √ ' + icudat + " (link)");
} catch(e) {
fs.symlinkSync(datPath, icudat);
console.log(' √ ' + icudat + " (symlink)");
} catch(e) {
fs.linkSync(datPath, icudat);
console.log(' √ ' + icudat + " (link)");
}

@@ -58,0 +58,0 @@ }

{
"name": "full-icu",
"version": "1.0.2",
"version": "1.0.3",
"description": "install 'full-icu' data for your current node",

@@ -15,3 +15,3 @@ "scripts": {

"main": "full-icu.js",
"author": "The ICU Team; © 1997-2015 IBM Corporation and Others, All Rights Reserved",
"author": "The ICU Team; © 1997-2016 IBM Corporation and Others, All Rights Reserved",
"license": "MIT",

@@ -18,0 +18,0 @@ "repository": {

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

}
console.log('News: Please see https://github.com/icu-project/full-icu-npm/issues/6');
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