@applitools/utils
Advanced tools
Comparing version 1.1.3 to 1.2.0
@@ -6,2 +6,6 @@ # Changelog | ||
## 1.2.0 - 2021/5/23 | ||
- add process utilities | ||
## 1.1.3 - 2021/4/12 | ||
@@ -8,0 +12,0 @@ |
@@ -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
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
78359
35
691
1