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

@transmute/cli

Package Overview
Dependencies
Maintainers
3
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transmute/cli - npm Package Compare versions

Comparing version 0.8.5 to 0.8.7

src/cli/platform/index.ts

4

package.json
{
"name": "@transmute/cli",
"version": "0.8.5",
"version": "0.8.7",
"description": "Transmute Command Line Interface",

@@ -54,2 +54,3 @@ "main": "dist/index.js",

"@transmute/jose-hpke": "^0.0.0",
"@transmute/sdk": "^0.0.0",
"axios": "^1.2.6",

@@ -65,2 +66,3 @@ "dotenv": "^8.6.0",

"rdf-canonize": "^3.4.0",
"uuid": "^9.0.0",
"yargs": "^17.7.2"

@@ -67,0 +69,0 @@ },

@@ -39,2 +39,5 @@ # <a href="https://transmute.industries">Transmute Command</a>

<img width="1404" alt="Screen Shot 2023-06-11 at 1 32 58 PM" src="https://github.com/transmute-industries/transmute/assets/8295856/2c568d13-f878-4a4d-a228-5cd6eb91969e">
### Commands

@@ -41,0 +44,0 @@

@@ -7,2 +7,3 @@ import yargs from 'yargs'

import graph from './graph'
import platform from './platform'

@@ -20,2 +21,5 @@ const init = () => {

//platform
platform.register(yargs)
// neo4j

@@ -22,0 +26,0 @@ graph.register(yargs)

Sorry, the diff of this file is too big to display

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