Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@visactor/vscale

Package Overview
Dependencies
Maintainers
0
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visactor/vscale - npm Package Compare versions

Comparing version 0.19.0-alpha.0 to 0.19.0

3

cjs/interface.d.ts

@@ -1,2 +0,1 @@

import type { BaseScale } from './base-scale';
import type { ScaleEnum } from './type';

@@ -127,3 +126,3 @@ export type Tuple<TItem, TLength extends number> = [TItem, ...TItem[]] & {

}) => number[];
export type CustomTicksFunc<T extends BaseScale> = (scale: T, count: number) => number[];
export type CustomTicksFunc<T extends IBaseScale> = (scale: T, count: number) => number[];
export interface NiceOptions {

@@ -130,0 +129,0 @@ forceMin?: number;

@@ -1,2 +0,1 @@

import type { BaseScale } from './base-scale';
import type { ScaleEnum } from './type';

@@ -127,3 +126,3 @@ export type Tuple<TItem, TLength extends number> = [TItem, ...TItem[]] & {

}) => number[];
export type CustomTicksFunc<T extends BaseScale> = (scale: T, count: number) => number[];
export type CustomTicksFunc<T extends IBaseScale> = (scale: T, count: number) => number[];
export interface NiceOptions {

@@ -130,0 +129,0 @@ forceMin?: number;

{
"name": "@visactor/vscale",
"version": "0.19.0-alpha.0",
"version": "0.19.0",
"description": "Scales for visual encoding, used in VGrammar, VTable",

@@ -27,3 +27,3 @@ "keywords": [

"dependencies": {
"@visactor/vutils": "0.19.0-alpha.0"
"@visactor/vutils": "0.19.0"
},

@@ -42,4 +42,4 @@ "devDependencies": {

"@internal/eslint-config": "0.0.1",
"@internal/ts-config": "0.0.1",
"@internal/jest-config": "0.0.1"
"@internal/jest-config": "0.0.1",
"@internal/ts-config": "0.0.1"
},

@@ -46,0 +46,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

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