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

@reform/bundle

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reform/bundle - npm Package Compare versions

Comparing version 0.14.0 to 0.14.1

4

dist/build/interfaces.d.ts

@@ -1,6 +0,6 @@

import { Format, Loader, Platform, Plugin } from "esbuild";
import { BuildOptions, Format, Loader, Platform, Plugin } from "esbuild";
import { BuildContext } from "./BuildContext.js";
import { Directory, FileCopyList, FileEntryList } from "./Resources/index.js";
export type PWAManifest = Record<string, any>;
export type SourceMapVariant = boolean | "inline" | "external" | "both";
export type SourceMapVariant = BuildOptions["sourcemap"];
export interface IPWAApplicationConfig {

@@ -7,0 +7,0 @@ source?: string;

{
"name": "@reform/bundle",
"version": "0.14.0",
"version": "0.14.1",
"main": "dist/index.js",

@@ -30,4 +30,4 @@ "types": "dist/index.d.ts",

"dotenv": "^16.3.1",
"esbuild": "^0.19.2",
"glob": "^10.3.3",
"esbuild": "^0.19.3",
"glob": "^10.3.4",
"path-to-regexp": "^6.2.1",

@@ -37,4 +37,4 @@ "watcher": "^2.3.0"

"devDependencies": {
"@types/node": "^20.5.7",
"typescript-json-schema": "^0.60.0"
"@types/node": "^20.6.0",
"typescript-json-schema": "^0.61.0"
},

@@ -49,3 +49,3 @@ "publishConfig": {

"license": "MIT",
"gitHead": "da4760940c4542b0fa8abdef74b6f9e0bdbdd98b"
"gitHead": "7cf5f9ba3378761efe220fbb03cdefa67a21d51d"
}
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