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

@aurigma/text-whizz

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurigma/text-whizz - npm Package Compare versions

Comparing version 1.6.31 to 1.6.36

2

package.json
{
"version": "1.6.31",
"version": "1.6.36",
"name": "@aurigma/text-whizz",

@@ -4,0 +4,0 @@ "license": "SEE LICENSE IN License.md",

@@ -608,2 +608,18 @@ declare module "@aurigma/text-whizz/TextWhizzJS" {

/**
* Detects if the point is inside of the path.
* @param x coordinate x.
* @param y coordinate y.
* @returns true if the point is inside
*/
isInside(x: number, y: number) : boolean;
/**
* Get clothest distance from the point to the path outline.
* @param x coordinate x.
* @param y coordinate y.
* @returns distance
*/
getDistanceToOutline(x: number, y: number) : number;
static xor(path1: Path, path2: Path): Path;

@@ -610,0 +626,0 @@ static intersect(path1: Path, path2: Path): Path;

Sorry, the diff of this file is too big to display

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