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

@studyportals/bob-manifest-generator

Package Overview
Dependencies
Maintainers
12
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/bob-manifest-generator - npm Package Compare versions

Comparing version 2.4.0-beta.4 to 2.4.0-beta.5

2

package.json
{
"name": "@studyportals/bob-manifest-generator",
"version": "2.4.0-beta.4",
"version": "2.4.0-beta.5",
"description": "A Webpack plugin that generates a manifest file for your microservice.",

@@ -5,0 +5,0 @@ "main": "src/main.js",

@@ -11,3 +11,3 @@ const path = require('path');

name: options.name,
html: '',
html: undefined,
assets: {

@@ -156,3 +156,5 @@ js: [],

setHtml(assets, files, chunks) {
this.manifest.html = this.html || '';
if(this.manifest.html){
this.manifest.html = this.html;
}

@@ -159,0 +161,0 @@ if(this.embedChunk !== undefined){

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