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.9.2-0 to 0.9.2-alpha.0

14

lib/config/style.d.ts

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

}
export interface TransformToRemOptions {
/**
* @default 375
*/
designWidth?: number;
/**
* @default 64
*/
maxRootFontSize?: number;
/**
* Pass to `postcss-pxtorem`
*/
postCssPx2RemOptions?: PostCssPx2RemOptions;
}
export interface PostCssPx2RemOptions {

@@ -46,0 +32,0 @@ /**

7

lib/config/user-config.d.ts

@@ -32,3 +32,3 @@ import type { MinifyOptions } from 'terser';

*/
declare type Bundler = 'esbuild' | 'webpack' | 'rollup' | (string & {});
declare type Bundler = 'esbuild' | 'webpack' | 'rollup';
/**

@@ -51,6 +51,2 @@ * Write to disk or not.

/**
* Tools of transform es6 to es5
*/
declare type Transformer = 'typescript' | 'babel' | 'swc' | false;
/**
* The mode of sourcemap

@@ -82,3 +78,2 @@ */

target?: Target;
transformer?: Transformer;
sourceMap?: SourceMap;

@@ -85,0 +80,0 @@ globals?: Globals;

16

package.json
{
"name": "@speedy-js/speedy-types",
"version": "0.9.2-0",
"version": "0.9.2-alpha.0",
"description": "",
"source": "src/index.ts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "dist/speedy-types.d.ts",
"files": [

@@ -16,4 +16,4 @@ "lib",

"author": "",
"license": "ISC",
"dependencies": {
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "9.0.13",

@@ -26,5 +26,4 @@ "@types/node": "12.20.42",

"terser": "5.9.0",
"utility-types": "3.10.0"
},
"devDependencies": {
"utility-types": "3.10.0",
"@microsoft/api-extractor": "7.18.19",
"@speedy/eslint-config": "0.0.1",

@@ -48,5 +47,6 @@ "@types/body-parser": "1.19.1",

"scripts": {
"build": "rimraf *.tsbuildinfo lib && tsc",
"build": "rimraf *.tsbuildinfo lib && tsc && npm run dts",
"dts": "api-extractor run",
"dev": "tsc -w"
}
}
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