Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 1.0.4

2

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

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

@@ -1,4 +0,3 @@

import fs from 'node:fs'
import Configstore from 'configstore'
import fs from 'fs'

@@ -5,0 +4,0 @@ export const packageJson = JSON.parse(

@@ -1,4 +0,3 @@

import { execSync } from 'node:child_process'
import chalk from 'chalk'
import { execSync } from 'child_process'

@@ -5,0 +4,0 @@ /**

@@ -1,2 +0,2 @@

import fs from 'node:fs/promises'
import fs from 'fs/promises'

@@ -3,0 +3,0 @@ import { getProjectRootDirectory } from './project.js'

@@ -1,3 +0,3 @@

import fs from 'node:fs/promises'
import path from 'node:path'
import fs from 'fs/promises'
import path from 'path'

@@ -4,0 +4,0 @@ import { lockFiles } from './package-manager.js'

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