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

@initx-plugin/utils

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@initx-plugin/utils - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

6

dist/index.d.ts

@@ -0,1 +1,5 @@

import * as execa from 'execa';
declare function c(command: string, options?: string[]): Promise<execa.Result<{}> | undefined>;
declare const log: {

@@ -8,2 +12,2 @@ success: (msg: string) => void;

export { log };
export { c, log };

3

package.json
{
"name": "@initx-plugin/utils",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"description": "More convenient initialization tool",

@@ -26,2 +26,3 @@ "author": "imba97",

"dependencies": {
"execa": "^9.4.1",
"picocolors": "^1.1.1"

@@ -28,0 +29,0 @@ },

Sorry, the diff of this file is not supported yet

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