Socket
Socket
Sign inDemoInstall

@dxos/invariant

Package Overview
Dependencies
Maintainers
5
Versions
1921
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxos/invariant - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5-staging.097cf0c

18

package.json
{
"name": "@dxos/invariant",
"version": "0.6.4",
"version": "0.6.5-staging.097cf0c",
"description": "Invariant assertion compatible with DXOS logger.",

@@ -9,7 +9,15 @@ "homepage": "https://dxos.org",

"author": "DXOS.org",
"main": "dist/lib/node/index.cjs",
"browser": {
"./dist/lib/node/index.cjs": "./dist/lib/browser/index.mjs"
"exports": {
".": {
"browser": "./dist/lib/browser/index.mjs",
"node": {
"default": "./dist/lib/node/index.cjs"
},
"types": "./dist/types/src/index.d.ts"
}
},
"types": "dist/types/src/index.d.ts",
"typesVersions": {
"*": {}
},
"files": [

@@ -20,3 +28,3 @@ "dist",

"dependencies": {
"@dxos/node-std": "0.6.4"
"@dxos/node-std": "0.6.5-staging.097cf0c"
},

@@ -23,0 +31,0 @@ "devDependencies": {

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