Socket
Socket
Sign inDemoInstall

componium

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

componium - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.changeset/config.json

44

package.json
{
"name": "componium",
"version": "1.0.0",
"version": "1.0.1",
"description": "Componium Framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "vladikoff",
"email": "vlad@vladikoff.com",
"url": "http://vf.io"
"bin": {
"componium": "./packages/bin/componium.js"
},
"license": "MIT"
"engines": {
"node": ">=20"
},
"exports": {
".": "./packages/index.js",
"./package.json": "./package.json"
},
"type": "module",
"dependencies": {
"@apollo/server": "^4.7.1",
"@changesets/cli": "^2.26.2",
"@graphql-tools/schema": "^10.0.0",
"@inquirer/select": "^1.2.1",
"@lit-labs/ssr": "^3.1.2",
"@lit-labs/ssr-client": "^1.1.1",
"body-parser": "^1.20.2",
"chokidar": "^3.5.3",
"config": "^3.3.9",
"debug": "^4.3.4",
"esbuild": "^0.18.6",
"express": "^4.18.2",
"inquirer": "^9.2.7",
"lit": "^2.7.5",
"lit-html": "^2.7.4",
"sequelize": "^6.32.0",
"winston": "^3.9.0",
"yargs": "^17.7.2"
},
"license": "MIT",
"devDependencies": {
"componium-test": "^1.0.3",
"prettier": "^2.8.8",
"sqlite3": "^5.1.6"
}
}

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