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

@thingjs/cli-common

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thingjs/cli-common - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

10

dist/index.d.ts

@@ -6,9 +6,7 @@ export { default as log } from 'npmlog';

declare function getLatestThingJSVersion(): Promise<string>;
declare function installDefaultThingJS(isPro: boolean, cwd?: string): Promise<boolean>;
declare function installThingJSAndWasmAndCampusByVersion(version: string, isPro: boolean, cwd?: string): Promise<boolean>;
declare function downloadThingJSByVersion(version: string, isPro: boolean, cwd?: string): Promise<boolean>;
declare function writeThingjsVersionToPkg(version: string, isPro: boolean, cwd?: string): Promise<boolean>;
declare function checkProByPackage(cwd?: string): Promise<boolean>;
declare function installDefaultThingJS(cwd?: string): Promise<boolean>;
declare function installThingJSAndWasmAndCampusByVersion(version: string, cwd?: string): Promise<boolean>;
declare function downloadThingJSByVersion(version: string, cwd?: string): Promise<boolean>;
declare function writeThingjsVersionToPkg(version: string, cwd?: string): Promise<boolean>;
declare const thing: {
checkProByPackage: typeof checkProByPackage;
writeThingjsVersionToPkg: typeof writeThingjsVersionToPkg;

@@ -15,0 +13,0 @@ getAllThingJSVersions: typeof getAllThingJSVersions;

2

package.json
{
"name": "@thingjs/cli-common",
"version": "0.2.2",
"version": "0.3.0",
"description": "",

@@ -5,0 +5,0 @@ "files": [

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