New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@speedy-js/speedy-utils

Package Overview
Dependencies
Maintainers
8
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.11.2 to 0.11.3-alpha.0

10

dist/cjs/index.d.ts

@@ -169,3 +169,3 @@ /// <reference types="node" />

declare interface BuildConfig extends Required<Omit<CLIConfig, 'terserOptions' | 'dev'>> {
declare interface BuildConfig extends Required<Omit<CLIConfig, 'terserOptions' | 'dev' | 'filter'>> {
logger: ILogger;

@@ -175,3 +175,3 @@ analyze: AnalyzeNormalized;

output: OutputNormalized;
dev: DevServerNormalized | false;
dev?: DevServerNormalized;
terserOptions?: TerserMinifyOptions;

@@ -390,2 +390,6 @@ css_resolve: (id: string, dir: string) => string;

command?: Command;
/**
* filter input
*/
filter?: string[];
}

@@ -1923,3 +1927,3 @@

external?: External;
dev?: DevServer | false;
dev?: DevServer;
html?: Html;

@@ -1926,0 +1930,0 @@ /** @default "none" */

@@ -169,3 +169,3 @@ /// <reference types="node" />

declare interface BuildConfig extends Required<Omit<CLIConfig, 'terserOptions' | 'dev'>> {
declare interface BuildConfig extends Required<Omit<CLIConfig, 'terserOptions' | 'dev' | 'filter'>> {
logger: ILogger;

@@ -175,3 +175,3 @@ analyze: AnalyzeNormalized;

output: OutputNormalized;
dev: DevServerNormalized | false;
dev?: DevServerNormalized;
terserOptions?: TerserMinifyOptions;

@@ -390,2 +390,6 @@ css_resolve: (id: string, dir: string) => string;

command?: Command;
/**
* filter input
*/
filter?: string[];
}

@@ -1923,3 +1927,3 @@

external?: External;
dev?: DevServer | false;
dev?: DevServer;
html?: Html;

@@ -1926,0 +1930,0 @@ /** @default "none" */

{
"name": "@speedy-js/speedy-utils",
"version": "0.11.2",
"version": "0.11.3-alpha.0",
"description": "",

@@ -28,3 +28,3 @@ "keywords": [],

"@speedy-js/config": "0.8.0-3",
"@speedy-js/speedy-types": "0.11.2",
"@speedy-js/speedy-types": "0.11.3-alpha.0",
"@speedy-js/eslint-config": "0.0.1",

@@ -31,0 +31,0 @@ "chai": "4.3.4",

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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