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

@storm-stack/errors

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storm-stack/errors - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

dist/legacy/index-beta.d.ts

84

package.json
{
"name": "@storm-stack/errors",
"version": "1.1.0",
"version": "1.1.1",
"private": false,
"description": "This package includes a base error class and various utility functions for working with errors.",
"keywords": [
"storm",
"storm-ops",
"stormstack",
"storm-stack",
"sullivanpj",
"open-system",
"monorepo"
],
"homepage": "https://stormsoftware.org",
"bugs": {
"url": "https://github.com/storm-software/storm-stack/issues",
"email": "support@stormsoftware.org"
},
"repository": {

@@ -25,19 +11,15 @@ "type": "github",

},
"license": "Apache License 2.0",
"author": {
"name": "Storm Software",
"email": "contact@stormsoftware.org",
"url": "https://stormsoftware.org"
"type": "module",
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": {
"types": "./build/modern/index.d.ts",
"default": "./build/modern/index.js"
"types": "./dist/modern/index.d.ts",
"default": "./dist/modern/index.js"
},
"require": {
"types": "./build/modern/index.d.cts",
"default": "./build/modern/index.cjs"
"types": "./dist/modern/index.d.cts",
"default": "./dist/modern/index.cjs"
}

@@ -47,18 +29,46 @@ },

},
"main": "build/legacy/index.cjs",
"module": "build/legacy/index.js",
"types": "build/legacy/index.d.ts",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/storm-software"
},
"types": "dist/legacy/index.d.ts",
"main": "dist/legacy/index.cjs",
"module": "dist/legacy/index.js",
"browser": "dist/modern/index.global.js",
"source": "src/index.ts",
"sideEffects": false,
"files": [
"build",
"dist",
"src"
],
"publishConfig": {
"access": "public"
"homepage": "https://stormsoftware.org",
"bugs": {
"url": "https://stormsoftware.org/support",
"email": "support@stormsoftware.org"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/storm-software"
"author": {
"name": "Storm Software",
"email": "contact@stormsoftware.org",
"url": "https://stormsoftware.org"
},
"browser": "dist/modern/index.global.js",
"source": "src/index.ts"
"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"
]
}

Sorry, the diff of this file is too big to display

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