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

@stackbit/utils

Package Overview
Dependencies
Maintainers
12
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackbit/utils - npm Package Compare versions

Comparing version 0.2.22 to 0.2.23-staging.0

8

CHANGELOG.md

@@ -6,10 +6,2 @@ # Change Log

## [0.2.22](https://github.com/stackbithq/utils/compare/@stackbit/utils@0.2.18-staging.2...@stackbit/utils@0.2.22) (2023-03-21)
**Note:** Version bump only for package @stackbit/utils
## [0.2.21](https://github.com/stackbithq/utils/compare/@stackbit/utils@0.2.21-alpha.2...@stackbit/utils@0.2.21) (2023-02-27)

@@ -16,0 +8,0 @@

8

dist/process-utils.js

@@ -80,7 +80,11 @@ "use strict";

bufferHandler.flush();
logger.debug(`[${name}] closed with code: ${code}`);
if (code != 0) {
logger.debug(`[${name}] closed with code: ${code}`);
}
});
p.on('exit', (code) => {
bufferHandler.flush();
logger.debug(`[${name}] exited with code: ${code}`);
if (code != 0) {
logger.debug(`[${name}] exited with code: ${code}`);
}
});

@@ -87,0 +91,0 @@ }

{
"name": "@stackbit/utils",
"version": "0.2.22",
"version": "0.2.23-staging.0",
"description": "Stackbit utilities",

@@ -46,3 +46,3 @@ "main": "dist/index.js",

},
"gitHead": "a04ff1f665119bd1e9d2e6603a36288b1f944dbe"
"gitHead": "474c06ef9d8977c2d2c383fca5970ca5f25219fd"
}

@@ -93,7 +93,11 @@ import _ from 'lodash';

bufferHandler.flush();
logger.debug(`[${name}] closed with code: ${code}`);
if (code != 0) {
logger.debug(`[${name}] closed with code: ${code}`);
}
});
p.on('exit', (code) => {
bufferHandler.flush();
logger.debug(`[${name}] exited with code: ${code}`);
if (code != 0) {
logger.debug(`[${name}] exited with code: ${code}`);
}
});

@@ -100,0 +104,0 @@ }

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