New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/geom-api

Package Overview
Dependencies
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/geom-api - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

CHANGELOG.md
# Change Log
- **Last updated**: 2022-06-20T17:33:30Z
- **Last updated**: 2022-06-23T12:16:18Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

{
"name": "@thi.ng/geom-api",
"version": "3.2.0",
"version": "3.2.1",
"description": "Shared type & interface declarations for @thi.ng/geom packages",

@@ -102,3 +102,3 @@ "type": "module",

},
"gitHead": "f50e292ecc7dc74a6705b07fc739bf827cc5efd7\n"
"gitHead": "73139849c7b46c0451693d994e14a34bc2434280\n"
}
export declare let DEFAULT_SAMPLES: number;
/**
* Sets the number of {@link DEFAULT_SAMPLES} for various operations.
*
* @param n
*/
export declare const setDefaultSamples: (n: number) => number;

@@ -3,0 +8,0 @@ export interface SamplingOpts {

export let DEFAULT_SAMPLES = 20;
/**
* Sets the number of {@link DEFAULT_SAMPLES} for various operations.
*
* @param n
*/
export const setDefaultSamples = (n) => (DEFAULT_SAMPLES = n);
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