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

auri

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auri - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

2

package.json
{
"name": "auri",
"version": "0.5.2",
"version": "0.5.3",
"description": "Organize package changes and releases",

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

import childProcess from "child_process";
export const execute = (command, options) => {
childProcess.execSync(command, options);
const stdout = childProcess.execSync(command, options);
process.stdout.write(stdout);
};

@@ -5,0 +6,0 @@ export const pnpm = (command, options) => {

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