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

@applitools/utils

Package Overview
Dependencies
Maintainers
24
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/utils - npm Package Compare versions

Comparing version 1.2.12 to 1.2.13

dist/math.js

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Changelog

## 1.2.13 - 2022/2/15
- add method `math.multiplier` method to find a smallest integer multiplier for number to produce an integer result with some allowed error
## 1.2.12 - 2022/2/9

@@ -8,0 +12,0 @@

3

dist/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.process = exports.geometry = exports.general = exports.guard = exports.types = void 0;
exports.process = exports.math = exports.geometry = exports.general = exports.guard = exports.types = void 0;
__exportStar(require("./utility-types"), exports);

@@ -32,2 +32,3 @@ exports.types = __importStar(require("./types"));

exports.geometry = __importStar(require("./geometry"));
exports.math = __importStar(require("./math"));
exports.process = __importStar(require("./process"));
{
"name": "@applitools/utils",
"version": "1.2.12",
"version": "1.2.13",
"keywords": [

@@ -5,0 +5,0 @@ "applitools",

@@ -6,2 +6,3 @@ export * from './utility-types';

export * as geometry from './geometry';
export * as math from './math';
export * as process from './process';
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