New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

victory-core

Package Overview
Dependencies
Maintainers
8
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-core - npm Package Compare versions

Comparing version 35.0.0 to 35.0.2

5

es/index.d.ts

@@ -683,3 +683,6 @@ import * as React from "react";

export namespace TextSize {
export function approximateTextSize(text: string, style: TextSizeStyleInterface): number;
export function approximateTextSize(
text: string,
style?: TextSizeStyleInterface
): { width: number; height: number };
export function convertLengthToPixels(length: string, fontSize: number): number;

@@ -686,0 +689,0 @@ }

@@ -683,3 +683,6 @@ import * as React from "react";

export namespace TextSize {
export function approximateTextSize(text: string, style: TextSizeStyleInterface): number;
export function approximateTextSize(
text: string,
style?: TextSizeStyleInterface
): { width: number; height: number };
export function convertLengthToPixels(length: string, fontSize: number): number;

@@ -686,0 +689,0 @@ }

2

package.json
{
"name": "victory-core",
"version": "35.0.0",
"version": "35.0.2",
"description": "Victory Core",

@@ -5,0 +5,0 @@ "keywords": [

@@ -683,3 +683,6 @@ import * as React from "react";

export namespace TextSize {
export function approximateTextSize(text: string, style: TextSizeStyleInterface): number;
export function approximateTextSize(
text: string,
style?: TextSizeStyleInterface
): { width: number; height: number };
export function convertLengthToPixels(length: string, fontSize: number): number;

@@ -686,0 +689,0 @@ }

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