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

@keystonehq/alias-sampling

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keystonehq/alias-sampling - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

dist/cjs/index.d.ts

9

package.json
{
"name": "@keystonehq/alias-sampling",
"version": "0.1.1",
"version": "0.1.2",
"description": "A Node.js module for efficient sampling from a discrete probability distribution using the alias method.",
"main": "dist/index.js",
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"keywords": [

@@ -35,3 +36,3 @@ "alias method",

"scripts": {
"build": "pnpm run clean && tsc",
"build": "pnpm run clean && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",
"lint": "eslint . --ext .ts",

@@ -38,0 +39,0 @@ "lint:fix": "eslint . --ext .ts,.tsx --fix",

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