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

@applitools/utils

Package Overview
Dependencies
Maintainers
22
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.1.3 to 1.2.0

dist/src/process.js

4

CHANGELOG.md

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

## 1.2.0 - 2021/5/23
- add process utilities
## 1.1.3 - 2021/4/12

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

3

dist/index.js

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

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

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

exports.geometry = require("./src/geometry");
exports.process = require("./src/process");
//# sourceMappingURL=index.js.map
{
"name": "@applitools/utils",
"version": "1.1.3",
"version": "1.2.0",
"keywords": [

@@ -40,7 +40,6 @@ "applitools",

"build": "tsc",
"deps": "bongo deps",
"preversion": "bongo preversion && yarn build",
"version": "bongo version",
"postversion": "bongo postversion --skip-release-notification",
"deps": "bongo deps",
"prepublish:setup": "echo 'setup is a no-op. Move along, nothing to see here.'"
"postversion": "bongo postversion --skip-release-notification"
},

@@ -47,0 +46,0 @@ "husky": {

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

export * as geometry from './src/geometry';
export * as process from './src/process';
//# sourceMappingURL=index.d.ts.map

Sorry, the diff of this file is not supported yet

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