@vx/mock-data
Advanced tools
Comparing version 0.0.193-alpha.2 to 0.0.193
@@ -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 |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
667205