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
6
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.10.1-alpha.0 to 0.10.1-alpha.2

4

dist/speedy-types.d.ts

@@ -595,5 +595,5 @@ /// <reference types="node" />

declare type Html = HtmlOptions | false;
export declare type Html = HtmlOptions | false;
declare type HtmlOptions = {
export declare type HtmlOptions = {
title?: string;

@@ -600,0 +600,0 @@ filename?: string;

@@ -12,1 +12,2 @@ export * from './style';

export * from './analyze';
export * from './html';

@@ -24,2 +24,3 @@ "use strict";

__exportStar(require("./analyze"), exports);
__exportStar(require("./html"), exports);
//# sourceMappingURL=index.js.map

@@ -11,4 +11,4 @@ import type { MinifyOptions } from 'terser';

import type { Html } from './html';
import { Analyze, AnalyzeNormalized } from './analyze';
import { OutputNormalized, ResolveNormalized } from '.';
import type { Analyze, AnalyzeNormalized } from './analyze';
import type { OutputNormalized, ResolveNormalized } from '.';
/**

@@ -15,0 +15,0 @@ * Different mode has different default args.

{
"name": "@speedy-js/speedy-types",
"version": "0.10.1-alpha.0",
"version": "0.10.1-alpha.2",
"description": "",

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

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