New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@multiplatform.one/cli

Package Overview
Dependencies
Maintainers
0
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@multiplatform.one/cli - npm Package Compare versions

Comparing version 1.0.25 to 1.0.26

4

package.json
{
"name": "@multiplatform.one/cli",
"version": "1.0.25",
"version": "1.0.26",
"author": "BitSpur <support@bitspur.com> (https://bitspur.com)",

@@ -54,3 +54,3 @@ "contributors": [

"typescript": "~5.3.3",
"@multiplatform.one/utils": "^0.0.10"
"@multiplatform.one/utils": "^0.0.11"
},

@@ -57,0 +57,0 @@ "dependencies": {

/*
* File: /src/multiplatformOne.ts
* File: /src/bin/multiplatformOne.ts
* Project: @multiplatform.one/cli

@@ -34,3 +34,3 @@ * File Created: 22-06-2024 14:17:12

.action(async (remote) => {
await execa('sh', [path.resolve(path.dirname(fileURLToPath(import.meta.url)), '../scripts/init.sh'), remote], {
await execa('sh', [path.resolve(path.dirname(fileURLToPath(import.meta.url)), '../../scripts/init.sh'), remote], {
stdio: 'inherit',

@@ -45,3 +45,3 @@ });

.action(async (remote) => {
await execa('sh', [path.resolve(path.dirname(fileURLToPath(import.meta.url)), '../scripts/update.sh'), remote], {
await execa('sh', [path.resolve(path.dirname(fileURLToPath(import.meta.url)), '../../scripts/update.sh'), remote], {
stdio: 'inherit',

@@ -48,0 +48,0 @@ });

Sorry, the diff of this file is not supported yet

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