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

@pixeleye/cli-config

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixeleye/cli-config - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

17

package.json
{
"name": "@pixeleye/cli-config",
"version": "0.2.0",
"version": "0.3.0",
"private": false,
"license": "AGPL-3.0",
"main": "./dist/index.cjs",
"types": "./src/index.ts",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"files": [

@@ -22,4 +28,4 @@ "dist",

"sucrase": "^3.35.0",
"@pixeleye/cli-devices": "0.2.0",
"@pixeleye/cli-env": "0.1.0"
"@pixeleye/cli-devices": "0.3.0",
"@pixeleye/cli-env": "0.2.0"
},

@@ -31,4 +37,3 @@ "scripts": {

},
"module": "./dist/index.mjs",
"typings": "./dist/index.d.ts"
"module": "./dist/index.mjs"
}
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