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.1.3 to 1.2.0

6

full-icu.js

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

/*
Commented until https://github.com/nodejs/node/issues/3460 is fixed.
if( node_maj >= 7 ) {

@@ -33,2 +36,3 @@ if( nodever === '7.0.0-pre' ) {

}
*/

@@ -88,2 +92,2 @@ if(!process.config.variables.icu_small) {

}
}
}

10

install-spawn.js

@@ -14,11 +14,11 @@ // Copyright (C) 2015-2016 IBM Corporation and Others. All Rights Reserved.

var icudat = fullIcu.icudat;
var cmdPath = nodePath = process.env.npm_node_execpath;
var npmPath = process.env.npm_execpath;
var args;
if ( /yarn\.js$/.test(npmPath) ) {
if ( /yarn(\.js)?$/.test(npmPath) ) {
console.log('Looks like you are using yarn…');

@@ -36,3 +36,3 @@ installVerb = 'add';

}
console.log('full-icu$', cmdPath, args.join(' '));

@@ -39,0 +39,0 @@ var spawned = child_process.spawnSync(cmdPath, args, { stdio: 'inherit' });

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

@@ -5,0 +5,0 @@ "scripts": {

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