+14
-9
@@ -5,4 +5,13 @@ "use strict"; | ||
| }); | ||
| exports.default = exports.doSync = void 0; | ||
| var _crossSpawn = _interopRequireDefault(require("cross-spawn")); | ||
| function _export(target, all) { | ||
| for(var name in all)Object.defineProperty(target, name, { | ||
| enumerable: true, | ||
| get: all[name] | ||
| }); | ||
| } | ||
| _export(exports, { | ||
| doSync: ()=>doSync, | ||
| default: ()=>_default | ||
| }); | ||
| const _crossSpawn = /*#__PURE__*/ _interopRequireDefault(require("cross-spawn")); | ||
| function _interopRequireDefault(obj) { | ||
@@ -19,4 +28,3 @@ return obj && obj.__esModule ? obj : { | ||
| main().catch(e => console.log(JSON.stringify({ type: "failure", value: e }))); | ||
| ` | ||
| ; | ||
| `; | ||
| const doSync = (fn, { maxBuffer =1048576000 , ...etc } = {})=>(...ip)=>{ | ||
@@ -36,9 +44,6 @@ const proc = _crossSpawn.default.sync('node', [ | ||
| return rsp.value; | ||
| } | ||
| ; | ||
| exports.doSync = doSync; | ||
| var _default = doSync; | ||
| exports.default = _default; | ||
| }; | ||
| const _default = doSync; | ||
| //# sourceMappingURL=doSync.js.map |
+15
-52
@@ -5,62 +5,25 @@ "use strict"; | ||
| }); | ||
| var _exportNames = {}; | ||
| Object.defineProperty(exports, "default", { | ||
| enumerable: true, | ||
| get: function() { | ||
| return _doSync.default; | ||
| } | ||
| get: ()=>_doSync.default | ||
| }); | ||
| var _doSync = _interopRequireWildcard(require("./doSync")); | ||
| Object.keys(_doSync).forEach(function(key) { | ||
| if (key === "default" || key === "__esModule") return; | ||
| if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
| if (key in exports && exports[key] === _doSync[key]) return; | ||
| Object.defineProperty(exports, key, { | ||
| enumerable: true, | ||
| get: function() { | ||
| return _doSync[key]; | ||
| } | ||
| const _doSync = /*#__PURE__*/ _interopRequireDefault(_exportStar(require("./doSync"), exports)); | ||
| function _exportStar(from, to) { | ||
| Object.keys(from).forEach(function(k) { | ||
| if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) Object.defineProperty(to, k, { | ||
| enumerable: true, | ||
| get: function() { | ||
| return from[k]; | ||
| } | ||
| }); | ||
| }); | ||
| }); | ||
| function _getRequireWildcardCache() { | ||
| if (typeof WeakMap !== "function") return null; | ||
| var cache = new WeakMap(); | ||
| _getRequireWildcardCache = function() { | ||
| return cache; | ||
| return from; | ||
| } | ||
| function _interopRequireDefault(obj) { | ||
| return obj && obj.__esModule ? obj : { | ||
| default: obj | ||
| }; | ||
| return cache; | ||
| } | ||
| function _interopRequireWildcard(obj) { | ||
| if (obj && obj.__esModule) { | ||
| return obj; | ||
| } | ||
| if (obj === null || typeof obj !== "object" && typeof obj !== "function") { | ||
| return { | ||
| default: obj | ||
| }; | ||
| } | ||
| var cache = _getRequireWildcardCache(); | ||
| if (cache && cache.has(obj)) { | ||
| return cache.get(obj); | ||
| } | ||
| var newObj = {}; | ||
| var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; | ||
| for(var key in obj){ | ||
| if (Object.prototype.hasOwnProperty.call(obj, key)) { | ||
| var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; | ||
| if (desc && (desc.get || desc.set)) { | ||
| Object.defineProperty(newObj, key, desc); | ||
| } else { | ||
| newObj[key] = obj[key]; | ||
| } | ||
| } | ||
| } | ||
| newObj.default = obj; | ||
| if (cache) { | ||
| cache.set(obj, newObj); | ||
| } | ||
| return newObj; | ||
| } | ||
| //# sourceMappingURL=index.js.map |
| { | ||
| "dependencies": { | ||
| "cross-spawn": "7.0.3", | ||
| "regenerator-runtime": "0.13.9" | ||
| "regenerator-runtime": "0.13.10" | ||
| }, | ||
@@ -6,0 +6,0 @@ "devDependencies": { |
+3
-3
@@ -13,6 +13,6 @@ { | ||
| ], | ||
| "version": "v5.28.19", | ||
| "version": "v5.29.19", | ||
| "dependencies": { | ||
| "cross-spawn": "7.0.3", | ||
| "regenerator-runtime": "0.13.9" | ||
| "regenerator-runtime": "0.13.10" | ||
| }, | ||
@@ -28,4 +28,4 @@ "devDependencies": { | ||
| "bugs": { | ||
| "url": "https://github.com/zemnmez/monorepo/issues/new?title=%2F%2Fts%2Fdo-sync%40v5.28.19%3A+something+went+wrong%21" | ||
| "url": "https://github.com/zemnmez/monorepo/issues/new?title=%2F%2Fts%2Fdo-sync%40v5.29.19%3A+something+went+wrong%21" | ||
| } | ||
| } |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
7797
-11.19%135
-19.16%+ Added
- Removed
Updated