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

@essex/shellrunner

Package Overview
Dependencies
Maintainers
5
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@essex/shellrunner - npm Package Compare versions

Comparing version 20.0.0 to 20.0.1

7

package.json
{
"name": "@essex/shellrunner",
"version": "20.0.0",
"version": "20.0.1",
"description": "A set of utility libraries for executing shell commands",

@@ -23,7 +23,8 @@ "license": "MIT",

"devDependencies": {
"@essex/tsconfig-node": "1.0.2",
"@swc/cli": "^0.1.55",
"@swc/core": "^1.2.138",
"@swc/core": "^1.2.142",
"@tsconfig/strictest": "^1.0.0",
"@types/debug": "^4.1.7",
"@types/node": "^17.0.16",
"@types/node": "^17.0.18",
"rimraf": "^3.0.2",

@@ -30,0 +31,0 @@ "typescript": "^4.5.5"

{
"extends": "@tsconfig/strictest",
"extends": "@essex/tsconfig-node",
"compilerOptions": {
"target": "ES2020",
"esModuleInterop": false,
"module": "ESNext",
"moduleResolution": "Node",
"module": "ES2020",
"outDir": "lib",
"strict": true,
"declaration": true

@@ -11,0 +7,0 @@ },

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