🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@type-dom/router

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@type-dom/router - npm Package Compare versions

Comparing version
0.2.0
to
0.3.0
+9
-2
dist/package.json
{
"name": "@type-dom/router",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",

@@ -11,3 +11,2 @@ "main": "./dist/index.js",

".": {
"development": "./src/index.ts",
"types": "./dist/index.d.ts",

@@ -24,3 +23,11 @@ "import": "./dist/index.js",

"tslib": "^2.3.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/type-dom/router.git"
}
}
{
"name": "@type-dom/router",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",

@@ -11,3 +11,2 @@ "main": "./dist/index.js",

".": {
"development": "./src/index.ts",
"types": "./dist/index.d.ts",

@@ -24,3 +23,11 @@ "import": "./dist/index.js",

"tslib": "^2.3.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/type-dom/router.git"
}
}