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

@kamalyb/errors

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kamalyb/errors - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

10

package.json
{
"name": "@kamalyb/errors",
"version": "1.0.4",
"version": "1.0.5",
"description": "errors",

@@ -13,7 +13,2 @@ "publishConfig": {

"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"types": "./dist/index.d.ts",

@@ -24,3 +19,4 @@ "scripts": {

"build-fast": "tsup src/index.ts --format cjs,esm",
"build": "yarn run build-fast -- --dts-resolve",
"build-fast2": "tsup src/index.ts --format cjs",
"build": "yarn run build-fast2 -- --dts-resolve",
"test": "vitest run",

@@ -27,0 +23,0 @@ "prepublishOnly": "yarn run build"

export * from "./utils";
export * from "./errors";
export * from "./types";
// {
// "module": "./dist/index.mjs",
// "exports": {
// "require": "./dist/index.js",
// "import": "./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