Socket
Socket
Sign inDemoInstall

tinyexec

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinyexec - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

10

package.json
{
"name": "tinyexec",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"description": "A minimal library for executing processes in Node",
"main": "./dist/commonjs/main.js",
"main": "./dist/main.js",
"files": [

@@ -55,6 +55,8 @@ "dist",

"import": {
"default": "./dist/main.js"
"default": "./dist/main.js",
"types": "./dist/main.d.ts"
},
"require": {
"default": "./dist/main.cjs"
"default": "./dist/main.cjs",
"types": "./dist/main.d.cts"
}

@@ -61,0 +63,0 @@ },

2

README.md

@@ -1,2 +0,2 @@

# tinyexec
# tinyexec 📟

@@ -3,0 +3,0 @@ > A minimal package for executing commands

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