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

@dxos/errors

Package Overview
Dependencies
Maintainers
13
Versions
426
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxos/errors - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

dist/lib/browser/index.mjs

13

package.json
{
"name": "@dxos/errors",
"version": "0.1.13",
"version": "0.1.14",
"description": "Error definitions and utilities.",

@@ -9,18 +9,13 @@ "homepage": "https://dxos.org",

"author": "DXOS.org",
"main": "dist/src/index.js",
"main": "dist/lib/node/index.cjs",
"browser": {
"node:assert": "assert"
"./dist/lib/node/index.cjs": "./dist/lib/browser/index.mjs"
},
"types": "dist/src/index.d.ts",
"types": "dist/types/src/index.d.ts",
"files": [
"dist"
],
"dependencies": {},
"devDependencies": {},
"publishConfig": {
"access": "public"
},
"scripts": {
"check": "true"
}
}
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