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

@poker-apprentice/hand-history-analyzer

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poker-apprentice/hand-history-analyzer - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

dist/types/analyzeHand.d.ts

@@ -1,2 +0,2 @@

import { HandHistory } from '@poker-apprentice/hand-history-parser';
import type { HandHistory } from '@poker-apprentice/hand-history-parser';
import { HandHistoryStats } from './types';

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

import { Street } from '@poker-apprentice/hand-history-parser';
import type { Street } from '@poker-apprentice/hand-history-parser';
export interface StreetStat {

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

import { Street } from '@poker-apprentice/hand-history-parser';
import type { Street } from '@poker-apprentice/hand-history-parser';
import BigNumber from 'bignumber.js';

@@ -3,0 +3,0 @@ import { HandStats, PlayerStats } from '~/types';

@@ -1,2 +0,2 @@

import { Action, Player } from '@poker-apprentice/hand-history-parser';
import type { Action, Player } from '@poker-apprentice/hand-history-parser';
import { State } from '~/types/State';

@@ -3,0 +3,0 @@ export declare const getInitialState: (players?: Player[]) => State;

{
"name": "@poker-apprentice/hand-history-analyzer",
"version": "1.1.0",
"version": "1.1.1",
"description": "Extract helpful statistics about a poker player's tendencies from a hand history",

@@ -43,2 +43,3 @@ "main": "dist/cjs/index.js",

"@babel/runtime": "^7.22.11",
"@poker-apprentice/types": "^1.4.0",
"assert-never": "^1.2.1",

@@ -52,3 +53,3 @@ "bignumber.js": "^9.1.2",

"@babel/preset-typescript": "^7.22.11",
"@poker-apprentice/hand-history-parser": "^3.0.0",
"@poker-apprentice/hand-history-parser": "^5.0.2",
"@rollup/plugin-babel": "^6.0.3",

@@ -55,0 +56,0 @@ "@rollup/plugin-commonjs": "^25.0.4",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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