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-alpha.17 to 0.13.2-alpha.18

3

lib/config/style.d.ts
import type CleanCss from 'clean-css';
import type { Result } from 'postcss-load-config';
import type { ProcessOptions as PostcssProcessOptions, AcceptedPlugin as PostcssPlugin } from '../../shims/postcss';

@@ -30,3 +31,3 @@ declare type Item = RegExp | ((path: string) => boolean);

less?: any;
postcss?: PostcssOptions;
postcss?: Pick<Result, 'file' | 'options'> & PostcssOptions;
cleanCss?: CleanCss.OptionsOutput;

@@ -33,0 +34,0 @@ }

{
"name": "@speedy-js/speedy-types",
"version": "0.13.2-alpha.17",
"version": "0.13.2-alpha.18",
"description": "",

@@ -42,2 +42,3 @@ "source": "src/index.ts",

"typescript": "4.4.4",
"postcss-load-config": "3.1.4",
"@speedy-js/speedy-node-rig": "1.0.0"

@@ -44,0 +45,0 @@ },

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