@applitools/utils
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -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 @@ |
@@ -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'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
725
49628
17
3