Socket
Socket
Sign inDemoInstall

@types/teen_process

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/teen_process - npm Package Compare versions

Comparing version 1.16.0 to 1.16.1

9

teen_process/index.d.ts

@@ -204,1 +204,10 @@ // Type definitions for teen_process 1.16

}
/**
* {@link exec} can reject with this error
*/
export interface ExecError extends Error {
code?: number;
stdout: string;
stderr: string;
}

6

teen_process/package.json
{
"name": "@types/teen_process",
"version": "1.16.0",
"version": "1.16.1",
"description": "TypeScript definitions for teen_process",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/teen_process",

},
"typesPublisherContentHash": "4479b30f9d5c428d2ec80b99f7750c9a5f0940da1c4295b5c9394c27e94522db",
"typeScriptVersion": "3.7"
"typesPublisherContentHash": "0ca5dfd7f69b04650f11339cab2b9b92a86104fdfd54e91d694a3047134f673d",
"typeScriptVersion": "4.0"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 06 Oct 2021 22:01:19 GMT
* Last updated: Thu, 07 Jul 2022 19:32:20 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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