fastify-webpack
Advanced tools
Comparing version 0.0.1-alpha.2 to 0.0.1-alpha.3
@@ -33,3 +33,3 @@ "use strict"; | ||
this.publicPath = options.publicPath; | ||
this.methods = options.methods || ['GET']; | ||
this.methods = (options.methods !== undefined && options.methods !== null) ? options.methods : ['GET']; | ||
} | ||
@@ -36,0 +36,0 @@ /** |
{ | ||
"name": "fastify-webpack", | ||
"version": "0.0.1-alpha.02", | ||
"version": "0.0.1-alpha.03", | ||
"description": "Webpack plugin for server side rendering on fastify", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
240853