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

umi-plugin-graphql-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

umi-plugin-graphql-server - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

lib/index.js

@@ -32,3 +32,3 @@ #!/usr/bin/env node

script: serverPaths[0],
watch: serverPaths
watch: [path.join(compiler.options.output.path, '**/*.*')]
};

@@ -35,0 +35,0 @@ nodemon(options).on('quit', process.exit);

{
"name": "umi-plugin-graphql-server",
"version": "0.0.1",
"version": "0.0.2",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "repository": {

@@ -16,3 +16,6 @@ #!/usr/bin/env node

}
const options = { script: serverPaths[0], watch: serverPaths }
const options = {
script: serverPaths[0],
watch: [path.join(compiler.options.output.path, '**/*.*')],
}
nodemon(options).on('quit', process.exit)

@@ -19,0 +22,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