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

@alchemized/skylink

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alchemized/skylink - npm Package Compare versions

Comparing version 0.1.0-alpha-8 to 0.1.0-alpha-9

8

lib/binary.js

@@ -9,9 +9,7 @@ const { Binary } = require("binary-install");

if ("" && type === "Windows_NT" && arch === "x64") {
return "";
}
if ("https://github.com/rajatsharma/skylink/releases/download/v0.1.2-alpha.5/skylink-v0.1.2-alpha.5-x86_64-unknown-linux-musl.tar.gz" && type === "Linux" && arch === "x64") {
if (type === "Linux" && arch === "x64") {
return "https://github.com/rajatsharma/skylink/releases/download/v0.1.2-alpha.5/skylink-v0.1.2-alpha.5-x86_64-unknown-linux-musl.tar.gz";
}
if ("https://github.com/rajatsharma/skylink/releases/download/v0.1.2-alpha.5/skylink-v0.1.2-alpha.5-x86_64-apple-darwin.tar.gz" && type === "Darwin" && arch === "x64") {
if (type === "Darwin" && arch === "x64") {
return "https://github.com/rajatsharma/skylink/releases/download/v0.1.2-alpha.5/skylink-v0.1.2-alpha.5-x86_64-apple-darwin.tar.gz";

@@ -18,0 +16,0 @@ }

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

#!/usr/bin/env node
const { install } = require("./binary");
install()

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

#!/usr/bin/env node
const { run } = require("./binary");
run()
{
"name": "@alchemized/skylink",
"version": "0.1.0-alpha-8",
"version": "0.1.0-alpha-9",
"repository": "https://github.com/rajatsharma/skylink.git",

@@ -5,0 +5,0 @@ "author": "Rajat Sharma <lunasunkaiser@gmail.com>",

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