You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@rescript/tools

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rescript/tools - npm Package Compare versions

Comparing version

to
0.6.1

npm/getBinaryPath.js

13

npm/cli.js

@@ -6,15 +6,12 @@ #!/usr/bin/env node

const child_process = require("child_process");
const path = require("path");
const { getBinaryPath } = require("./getBinaryPath");
const platformArch =
process.arch === "x64" ? process.platform : process.platform + process.arch;
const binPath = path.join(__dirname, "..", "binaries", platformArch, "rescript-tools.exe");
const args = process.argv.slice(2);
const spawn = child_process.spawnSync(binPath, args, { stdio: "inherit" });
const spawn = child_process.spawnSync(getBinaryPath(), args, {
stdio: "inherit",
});
if (spawn.status != null) {
process.exit(spawn.status)
process.exit(spawn.status);
}
{
"name": "@rescript/tools",
"description": "ReScript Tools",
"version": "0.6.0",
"version": "0.6.1",
"author": "ReScript Team",

@@ -17,2 +17,3 @@ "license": "MIT",

"npm/cli.js",
"npm/getBinaryPath.js",
"npm/*.res",

@@ -19,0 +20,0 @@ "npm/*.resi",

{
"name": "@rescript/tools",
"version": "0.6.0",
"version": "0.6.1",
"sources": [

@@ -5,0 +5,0 @@ {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet