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

@ae-studio/px

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ae-studio/px - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "@ae-studio/px",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "type": "module",

@@ -39,3 +39,5 @@ import chalk from 'chalk'

const packageJson = await getProjectPackageJson()
return packageJson?.scripts ? Object.keys(packageJson.scripts) : []
return packageJson && packageJson.scripts
? Object.keys(packageJson.scripts)
: []
}

@@ -40,3 +40,3 @@ import fs from 'node:fs/promises'

if (hasLockFile || options?.ignoreLockFile) {
if (hasLockFile || (options && options.ignoreLockFile)) {
return currentDir

@@ -43,0 +43,0 @@ }

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