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

@speedy-js/speedy-types

Package Overview
Dependencies
Maintainers
9
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@speedy-js/speedy-types - npm Package Compare versions

Comparing version 0.13.2-webpack.14 to 0.13.2-webpack.15

4

lib/bundler-base.d.ts

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

import { Callback, WebpackStats } from '.';
import { WebpackStats } from '.';
export interface IBundlerBase {
build(): Promise<any>;
reBuild(paths: string[]): Promise<void>;
close(callack?: Callback): void;
close(): Promise<void>;
getStats(): WebpackStats;

@@ -7,0 +7,0 @@ setStats(stats: WebpackStats): void;

@@ -6,3 +6,2 @@ import { AsyncSeriesBailHook, AsyncSeriesHook, AsyncSeriesWaterfallHook, SyncHook, AsyncParallelHook } from 'tapable';

import { IBundlerBase } from './bundler-base';
import { Callback } from './callback';
import { SpeedyErrorInstance, SpeedyErrorParams, SpeedyErrorsData } from './error';

@@ -130,3 +129,3 @@ import { HMRPayload } from './hmr';

build(): Promise<void>;
close(callBack?: Callback): Promise<void>;
close(): Promise<void>;
emitAsset(name: string, chunk: AssetChunk): void;

@@ -133,0 +132,0 @@ emitAsset(name: string, chunk: JsChunk): void;

@@ -5,3 +5,3 @@ import { TConstructor } from './shared';

export declare type SpeedyBundlerConstructor = TConstructor<ISpeedyBundler> & {
create(config: CLIConfig): Promise<ISpeedyBundler>;
create(config: CLIConfig, name?: string): Promise<ISpeedyBundler>;
};
{
"name": "@speedy-js/speedy-types",
"version": "0.13.2-webpack.14",
"version": "0.13.2-webpack.15",
"description": "",

@@ -5,0 +5,0 @@ "source": "src/index.ts",

Sorry, the diff of this file is too big to display

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