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

@arkadiuminc/cli

Package Overview
Dependencies
Maintainers
8
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arkadiuminc/cli - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -24,3 +24,3 @@ const fs = require('fs/promises');

const version = options.version || await prompts({ name: 'version', type: 'text', message: 'Version name:' });
const version = options.version || (await prompts({ name: 'version', type: 'text', message: 'Version name:' })).version;
const headers = { 'api-key': apiKey };

@@ -27,0 +27,0 @@ const body = await fetchFile(resolve(file), version);

{
"name": "@arkadiuminc/cli",
"private": false,
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -6,0 +6,0 @@ "main": "index.js",

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