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

@storm-stack/plugin-system

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storm-stack/plugin-system - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

CHANGELOG.md

69

package.json
{
"name": "@storm-stack/plugin-system",
"version": "1.4.0",
"version": "1.4.1",
"private": false,

@@ -12,57 +12,18 @@ "description": "A library used to create and manage a plugin-styled architecture in a TypeScript application.",

"type": "module",
"dependencies": { "pnpapi": "0.0.0" },
"devDependencies": { "@types/md5": "^2.3.5", "@types/toposort": "^2.0.7" },
"publishConfig": { "access": "public" },
"exports": {
".": {
"import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
},
"./package.json": "./package.json"
"dependencies": {
"@antfu/ni": "^0.21.12",
"enhanced-resolve": "^5.15.0",
"execa": "^8.0.1",
"glob": "^10.3.10",
"md5": "^2.3.0",
"pnpapi": "^0.0.0",
"toposort": "^2.0.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/storm-software"
"devDependencies": {
"@types/md5": "^2.3.5",
"@types/toposort": "^2.0.7"
},
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"typescript": { "definition": "dist/index.d.ts" },
"main": "dist/index.cjs",
"module": "dist/index.js",
"sideEffects": false,
"files": ["dist/**/*"],
"homepage": "https://stormsoftware.org",
"bugs": {
"url": "https://stormsoftware.org/support",
"email": "support@stormsoftware.org"
},
"author": {
"name": "Storm Software",
"email": "contact@stormsoftware.org",
"url": "https://stormsoftware.org"
},
"license": "Apache License 2.0",
"keywords": [
"storm-stack",
"storm-software",
"storm",
"stormstack",
"storm-ops",
"acidic",
"acidic-lang",
"acidic-model",
"impact",
"nextjs",
"prisma",
"zenstack",
"hasura",
"strapi",
"graphql",
"sullivanpj",
"monorepo"
]
"publishConfig": {
"access": "public"
}
}
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