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

@applitools/utils

Package Overview
Dependencies
Maintainers
23
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.2 to 1.2.3

dist/general.js

4

CHANGELOG.md

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

## 1.2.3 - 2021/9/9
- add `types.isPlainObject` to check that object is not an instance of any class
## 1.2.2 - 2021/8/7

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

25

dist/index.js

@@ -9,13 +9,24 @@ "use strict";

}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.process = exports.geometry = exports.general = exports.guard = exports.types = void 0;
__exportStar(require("./src/utility-types"), exports);
exports.types = require("./src/types");
exports.guard = require("./src/guard");
exports.general = require("./src/general");
exports.geometry = require("./src/geometry");
exports.process = require("./src/process");
//# sourceMappingURL=index.js.map
__exportStar(require("./utility-types"), exports);
exports.types = __importStar(require("./types"));
exports.guard = __importStar(require("./guard"));
exports.general = __importStar(require("./general"));
exports.geometry = __importStar(require("./geometry"));
exports.process = __importStar(require("./process"));
{
"name": "@applitools/utils",
"version": "1.2.2",
"version": "1.2.3",
"keywords": [

@@ -52,3 +52,3 @@ "applitools",

"devDependencies": {
"@applitools/sdk-release-kit": "0.13.0",
"@applitools/sdk-release-kit": "0.13.2",
"@types/node": "^14.14.7",

@@ -55,0 +55,0 @@ "@typescript-eslint/eslint-plugin": "^4.7.0",

@@ -1,7 +0,6 @@

export * from './src/utility-types';
export * as types from './src/types';
export * as guard from './src/guard';
export * as general from './src/general';
export * as geometry from './src/geometry';
export * as process from './src/process';
//# sourceMappingURL=index.d.ts.map
export * from './utility-types';
export * as types from './types';
export * as guard from './guard';
export * as general from './general';
export * as geometry from './geometry';
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