New:Socket for Asana Is Now Available.Learn more
Get Started

@dodomain/connect

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dodomain/connect - npm Package Compare versions

Comparing version
0.3.0
to
0.3.1
+10
-9
package.json
{
"name": "@dodomain/connect",
"version": "0.3.0",
"version": "0.3.1",
"description": "Official browser widget for DoDomain — opens the hosted domain-connect flow in a modal iframe and relays its lifecycle events.",

@@ -46,3 +46,10 @@ "license": "MIT",

],
"scripts": {
"build": "tsup",
"typecheck": "tsc --noEmit",
"test": "node --experimental-strip-types --test test/*.test.ts",
"prepublishOnly": "pnpm run typecheck && pnpm run test && pnpm run build"
},
"devDependencies": {
"@dodomain/core": "0.0.0",
"tsup": "^8.5.1",

@@ -52,10 +59,4 @@ "jsdom": "^29.1.1",

"@types/node": "^22.10.5",
"typescript": "^5.7.3",
"@dodomain/core": "0.0.0"
},
"scripts": {
"build": "tsup",
"typecheck": "tsc --noEmit",
"test": "node --experimental-strip-types --test test/*.test.ts"
"typescript": "^5.7.3"
}
}
}

@@ -7,2 +7,5 @@ # @dodomain/connect

📖 **Guide with runnable examples: [dodomain.io/docs/widget](https://dodomain.io/docs/widget)**
· all docs: [dodomain.io/docs](https://dodomain.io/docs). Using React? [`@dodomain/react`](https://www.npmjs.com/package/@dodomain/react) wraps this widget in a hook.
## Install

@@ -9,0 +12,0 @@