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

dgeoutils

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dgeoutils - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

2

dist/utils.d.ts

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

import { DPoint } from '../src';
import { DPoint } from './DPoint';
export declare const warn: (...args: any[]) => void;

@@ -3,0 +3,0 @@ declare type CheckFunc = (p: DPoint) => CheckFunction;

@@ -5,3 +5,3 @@ "use strict";

const index_1 = require("./index");
const src_1 = require("../src");
const DPoint_1 = require("./DPoint");
// eslint-disable-next-line @typescript-eslint/no-explicit-any

@@ -25,3 +25,3 @@ const warn = (...args) => {

if (!p.clone().roundCurrent()
.equal(p) || !p.gtOrEqual(src_1.DPoint.Zero())) {
.equal(p) || !p.gtOrEqual(DPoint_1.DPoint.Zero())) {
exports.warn(`"${funcName}" -> "${argName}" should be UInt!`);

@@ -28,0 +28,0 @@ }

{
"name": "dgeoutils",
"version": "1.1.5",
"version": "1.1.6",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {

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