Socket
Socket
Sign inDemoInstall

nodemon

Package Overview
Dependencies
10
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.2 to 3.1.3

8

index.d.ts

@@ -121,5 +121,5 @@ export type NodemonEventHandler =

export interface NodemonSettings extends NodemonConfig {
script: string;
script: string;
ext?: string; // "js,mjs" etc (should really support an array of strings, but I don't think it does right now)
events?: { [key: string]: string };
events?: { [key: string]: string };
env?: { [key: string]: string };

@@ -140,2 +140,4 @@ exec?: string; // node, python, etc

export default function nodemon(settings: NodemonSettings): Nodemon;
const nodemon: Nodemon = (settings: NodemonSettings): Nodemon => {};
export default nodemon;

@@ -70,3 +70,3 @@ {

},
"version": "3.1.2",
"version": "3.1.3",
"funding": {

@@ -73,0 +73,0 @@ "type": "opencollective",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc