New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

phero

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phero - npm Package Compare versions

Comparing version 0.9.12 to 0.9.13

7

dist/package.json
{
"name": "phero",
"version": "0.9.12",
"version": "0.9.13",
"description": "Full-stack type-safety with pure TypeScript",

@@ -24,3 +24,4 @@ "homepage": "https://phero.dev",

"dependencies": {
"@phero/dev": "^0.9.12",
"@phero/dev": "^0.9.13",
"@types/node": "^18.11.9",
"ink": "^3.2.0",

@@ -55,3 +56,3 @@ "ink-select-input": "^4.2.1",

},
"gitHead": "0d0351d6f2746e96688852991e09ffa9822ca852"
"gitHead": "823f125ba4a77d0d530dbbddbaaf69817de18bc7"
}

@@ -46,2 +46,5 @@ "use strict";

stderr.on("data", (data) => onLog === null || onLog === void 0 ? void 0 : onLog(data.toString().trim()));
if (pid === undefined) {
throw new Error(`Can't create process for ${executableName}.`);
}
const childProcess = {

@@ -48,0 +51,0 @@ executable,

{
"name": "phero",
"version": "0.9.12",
"version": "0.9.13",
"description": "Full-stack type-safety with pure TypeScript",

@@ -24,3 +24,4 @@ "homepage": "https://phero.dev",

"dependencies": {
"@phero/dev": "^0.9.12",
"@phero/dev": "^0.9.13",
"@types/node": "^18.11.9",
"ink": "^3.2.0",

@@ -55,3 +56,3 @@ "ink-select-input": "^4.2.1",

},
"gitHead": "0d0351d6f2746e96688852991e09ffa9822ca852"
"gitHead": "823f125ba4a77d0d530dbbddbaaf69817de18bc7"
}

@@ -64,3 +64,7 @@ import { spawn } from "child_process"

const childProcess = {
if (pid === undefined) {
throw new Error(`Can't create process for ${executableName}.`)
}
const childProcess: ChildProcess = {
executable,

@@ -67,0 +71,0 @@ argv,

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