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.8.5 to 0.8.6

1

dist/config/interfaces.d.ts

@@ -5,2 +5,3 @@ import { IBundleConfig } from "../build";

filter?: string;
resolves?: string[];
compress?: RegExp;

@@ -7,0 +8,0 @@ };

2

dist/plugins/interfaces.d.ts

@@ -11,3 +11,3 @@ import { BuildResult, OnLoadArgs, OnLoadOptions, OnLoadResult, OnResolveArgs, OnResolveOptions, OnResolveResult, OnStartResult, PartialMessage } from "esbuild";

export declare type PluginEventStartRet = Promisify<OnStartResult | null | void>;
export declare type PluginEventResolveRet = Promisify<OnResolveResult | null | undefined>;
export declare type PluginEventResolveRet = (OnResolveResult | null | undefined | Promise<OnResolveResult | null | undefined>);
export declare type PluginEventLoadRet = Promisify<OnLoadResult | null | undefined>;

@@ -14,0 +14,0 @@ export declare type PluginEventErrorRet = {

{
"name": "@reform/bundle",
"version": "0.8.5",
"version": "0.8.6",
"main": "dist/index.js",

@@ -34,3 +34,3 @@ "types": "dist/index.d.ts",

"devDependencies": {
"@types/node": "^16.11.9",
"@types/node": "^16.11.10",
"typescript-json-schema": "^0.52.0"

@@ -46,3 +46,3 @@ },

"license": "MIT",
"gitHead": "b28e344bd232a9614343d29213df2316337fc8b6"
"gitHead": "1ecb6a563c4877985e373f02ea366c0aa57f7a4d"
}
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