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

vite-plugin-node

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-node - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

dist/servers/nest-server.d.ts

@@ -1,4 +0,4 @@

import { INestApplication } from '@nestjs/common';
import type { INestApplication } from '@nestjs/common';
import { IServer } from "..";
export declare const debugNest: (msg: string, ...args: any[]) => void;
export declare const NestServer: IServer<INestApplication>;
{
"name": "vite-plugin-node",
"version": "0.0.7",
"version": "0.0.8",
"description": "Vite plugin to enable your node server HMR",

@@ -15,14 +15,18 @@ "main": "dist/index.js",

"@rollup/pluginutils": "^4.1.0",
"@swc/core": "^1.2.49",
"@types/estree": "^0.0.46",
"@swc/core": "^1.2.54",
"chalk": "^4.1.0",
"debug": "^4.3.1",
"vite": "^2.0.1",
"vite": "^2.2.1",
"websocket": "^1.0.33"
},
"peerDependencies": {
"vite": "^2.2.1"
},
"devDependencies": {
"@nestjs/common": "^7.6.13",
"@types/debug": "^4.1.5",
"@types/estree": "^0.0.46",
"@types/express": "^4.17.11",
"@types/node": "^14.14.31",
"@types/rx": "^4.1.2",
"@types/websocket": "^1.0.1",

@@ -37,2 +41,3 @@ "@typescript-eslint/eslint-plugin": "^4.15.2",

"rimraf": "^3.0.2",
"rxjs": "^6.6.7",
"typescript": "^4.1.5"

@@ -39,0 +44,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