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

@vx/mock-data

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vx/mock-data - npm Package Compare versions

Comparing version 0.0.193-alpha.2 to 0.0.193

1

lib/generators/genBin.d.ts

@@ -8,1 +8,2 @@ export declare type CountFunction = (idx: number, number: number) => number;

export default function genBin(length: number, bin?: BinFunction, count?: CountFunction): Bin[];
//# sourceMappingURL=genBin.d.ts.map

@@ -6,1 +6,2 @@ export interface DateValue {

export default function genDateValue(length: number): DateValue[];
//# sourceMappingURL=genDateValue.d.ts.map

@@ -12,1 +12,2 @@ export interface GenPhyllotaxis {

export default function genPhyllotaxis({ radius, width, height, }: GenPhyllotaxis): GenPhyllotaxisFunction;
//# sourceMappingURL=genPhyllotaxis.d.ts.map

@@ -5,1 +5,2 @@ export declare type PointConfig = [number, number, number];

export default function genPoints(count?: number): PointsRange[];
//# sourceMappingURL=genRandomNormalPoints.d.ts.map

@@ -19,1 +19,2 @@ export interface BoxPlot {

export default function genStats(number: number): Stats[];
//# sourceMappingURL=genStats.d.ts.map

@@ -7,1 +7,2 @@ export interface AppleStock {

export default appleStock;
//# sourceMappingURL=appleStock.d.ts.map

@@ -11,1 +11,2 @@ export interface BitcoinPrice {

export default bitcoinPrice;
//# sourceMappingURL=bitcoinPrice.d.ts.map

@@ -14,1 +14,2 @@ export interface BrowserUsage {

export default browserUsage;
//# sourceMappingURL=browserUsage.d.ts.map

@@ -9,1 +9,2 @@ export interface CityTemperature {

export default cityTemperature;
//# sourceMappingURL=cityTemperature.d.ts.map

@@ -8,1 +8,2 @@ export interface Exoplanets {

export default exoplanets;
//# sourceMappingURL=exoplanets.d.ts.map

@@ -8,1 +8,2 @@ export interface GroupDateValue {

export default groupDateValue;
//# sourceMappingURL=groupDateValue.d.ts.map

@@ -16,1 +16,2 @@ export interface LesMiserablesNode {

export default lesMiserables;
//# sourceMappingURL=lesMiserables.d.ts.map

@@ -7,1 +7,2 @@ export interface LetterFrequency {

export default letterFrequency;
//# sourceMappingURL=letterFrequency.d.ts.map

@@ -8,1 +8,2 @@ export interface Planets {

export default planets;
//# sourceMappingURL=planets.d.ts.map

@@ -8,1 +8,2 @@ export interface Shakespeare {

export default shakespeare;
//# sourceMappingURL=shakespeare.d.ts.map

4

package.json
{
"name": "@vx/mock-data",
"version": "0.0.193-alpha.2",
"version": "0.0.193",
"description": "vx mock data",

@@ -37,3 +37,3 @@ "sideEffects": false,

},
"gitHead": "8f3783829cc066ca037e6c52b0f51893edca4c3f"
"gitHead": "7af8bc6901a0f03c27f486fde2d0b66fc31d1903"
}
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