@wltech/hooks
Advanced tools
Comparing version 0.0.17 to 0.0.18
# @wltech/mobile-hooks | ||
## 0.0.18 | ||
### Patch Changes | ||
- feat: sentry-hooks | ||
## 0.0.17 | ||
@@ -12,2 +18,8 @@ | ||
- gengxin | ||
## 0.0.17 | ||
### Patch Changes | ||
- 更新 | ||
@@ -19,2 +31,14 @@ | ||
- 更新 | ||
## 0.0.17 | ||
### Patch Changes | ||
- 更新 | ||
## 0.0.17 | ||
### Patch Changes | ||
- gengxin | ||
@@ -21,0 +45,0 @@ |
{ | ||
"name": "@wltech/hooks", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"private": false, | ||
@@ -14,6 +14,6 @@ "description": "", | ||
"dependencies": { | ||
"@sentry/vue": "7.57.0", | ||
"vue": "^3.2.47" | ||
}, | ||
"devDependencies": { | ||
"esno": "^0.16.3", | ||
"@vitejs/plugin-vue": "^4.1.0", | ||
@@ -26,3 +26,3 @@ "typescript": "^4.9.3", | ||
"dev": "vite", | ||
"build": "esno ./scripts/build.ts", | ||
"build": "vite build", | ||
"preview": "vite preview", | ||
@@ -29,0 +29,0 @@ "pub": "npm run build && npm publish" |
export * from "./useHello"; | ||
export * from "./useWorld"; | ||
export * from "./useSentryConfig"; | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
165459
4
5632
2
2
+ Added@sentry/vue@7.57.0
+ Added@sentry-internal/tracing@7.57.0(transitive)
+ Added@sentry/browser@7.57.0(transitive)
+ Added@sentry/core@7.57.0(transitive)
+ Added@sentry/replay@7.57.0(transitive)
+ Added@sentry/types@7.57.0(transitive)
+ Added@sentry/utils@7.57.0(transitive)
+ Added@sentry/vue@7.57.0(transitive)
+ Addedtslib@2.8.1(transitive)