Socket
Socket
Sign inDemoInstall

@keystonehq/alias-sampling

Package Overview
Dependencies
0
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

dist/index.d.ts

@@ -13,3 +13,3 @@ type RNGFunction = () => number;

}
export default function createSample(probabilities: number[], outcomes?: any[], rng?: RNGFunction): Sample;
export default function createSample(probabilities: number[], outcomes?: any[] | null, rng?: RNGFunction | null): Sample;
export {};
{
"name": "@keystonehq/alias-sampling",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc