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

@mathigon/hilbert

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mathigon/hilbert - npm Package Compare versions

Comparing version 1.1.2 to 1.1.4

8

dist/elements.d.ts

@@ -6,6 +6,6 @@ import { Interval } from './eval';

}
export declare type CustomFunction = ((...args: number[]) => number);
export declare type VarMap = Record<string, number | string | Interval | ExprElement | CustomFunction>;
export declare type ExprMap = Record<string, ExprElement>;
export declare type MathMLMap = Record<string, (...args: MathMLArgument[]) => string>;
export type CustomFunction = ((...args: number[]) => number);
export type VarMap = Record<string, number | string | Interval | ExprElement | CustomFunction>;
export type ExprMap = Record<string, ExprElement>;
export type MathMLMap = Record<string, (...args: MathMLArgument[]) => string>;
/**

@@ -12,0 +12,0 @@ * Maths Expression

import { SpecialFunction } from './symbols';
declare const OPERATORS: readonly ["add", "sub", "mul", "div", "sup"];
declare type Functions = typeof OPERATORS[number] | SpecialFunction;
export declare type Interval = [number, number];
type Functions = typeof OPERATORS[number] | SpecialFunction;
export type Interval = [number, number];
export declare const width: (a: Interval) => number;

@@ -6,0 +6,0 @@ export declare const isWhole: (a: Interval) => boolean;

@@ -11,5 +11,5 @@ import { Obj } from '@mathigon/core';

declare const SPECIAL_FUNCTIONS: readonly ["abs", "round", "floor", "ceil", "max", "min", "mod", "lcm", "gcd", "gcf", "log", "exp", "ln", "sqrt", "root", "sin", "cos", "tan", "sec", "csc", "cot", "cosec", "cotan", "arcsin", "arccos", "arctan", "sinh", "cosh", "tanh", "sech", "csch", "coth", "cosech"];
export declare type SpecialFunction = typeof SPECIAL_FUNCTIONS[number];
export type SpecialFunction = typeof SPECIAL_FUNCTIONS[number];
export declare function isSpecialFunction(fn: string): fn is SpecialFunction;
export declare const VOICE_STRINGS: Obj<string>;
export {};
{
"name": "@mathigon/hilbert",
"version": "1.1.2",
"version": "1.1.4",
"license": "MIT",

@@ -34,17 +34,17 @@ "homepage": "https://mathigon.io/hilbert",

"dependencies": {
"@mathigon/core": "1.1.2",
"@mathigon/fermat": "1.1.2"
"@mathigon/core": "1.1.4",
"@mathigon/fermat": "1.1.4"
},
"devDependencies": {
"@types/tape": "4.13.2",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"esbuild": "0.15.6",
"eslint": "8.22.0",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"esbuild": "0.15.16",
"eslint": "8.28.0",
"eslint-plugin-import": "2.26.0",
"tape": "5.6.0",
"tape": "5.6.1",
"ts-node": "10.9.1",
"tslib": "2.4.0",
"typescript": "4.8.2"
"tslib": "2.4.1",
"typescript": "4.9.3"
}
}
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