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
11
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.19 to 0.13.2-alpha.20

7

lib/config/style.d.ts

@@ -0,3 +1,3 @@

import type { ProcessOptions as PostcssProcessOptions, AcceptedPlugin as PostcssPlugin } from '../../shims/postcss';
import type CleanCss from 'clean-css';
import type { ProcessOptions as PostcssProcessOptions, AcceptedPlugin as PostcssPlugin } from '../../shims/postcss';
declare type Item = RegExp | ((path: string) => boolean);

@@ -19,2 +19,3 @@ declare type CSSOption = {

}
declare type LocalsConventionFunction = (originalClassName: string, generatedClassName: string, inputFile: string) => string;
export interface Style {

@@ -33,2 +34,6 @@ name?: string;

cleanCss?: CleanCss.OptionsOutput;
cssModuleReg?: RegExp;
cssModuleOptions?: {
localsConvention?: 'camelCase' | 'camelCaseOnly' | 'dashes' | 'dashesOnly' | LocalsConventionFunction;
};
}

@@ -35,0 +40,0 @@ export interface PostCssPx2RemOptions {

7

package.json
{
"name": "@speedy-js/speedy-types",
"version": "0.13.2-alpha.19",
"version": "0.13.2-alpha.20",
"description": "",

@@ -20,7 +20,7 @@ "source": "src/index.ts",

"@speedy-js/config": "0.8.0-3",
"@types/clean-css": "4.2.5",
"@types/fs-extra": "9.0.13",
"@types/node": "12.20.42",
"@types/clean-css": "4.2.5",
"chokidar": "3.5.2",
"@speedy-js/esbuild": "0.14.28-speedy-5",
"@speedy-js/esbuild": "0.14.28-speedy-6",
"http-proxy-middleware": "2.0.1",

@@ -43,3 +43,2 @@ "tapable": "2.2.1",

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

@@ -46,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