@radix-ui/react-presence
Advanced tools
Comparing version 1.0.0 to 1.0.1-rc.1
{ | ||
"name": "@radix-ui/react-presence", | ||
"version": "1.0.0", | ||
"version": "1.0.1-rc.1", | ||
"license": "MIT", | ||
"source": "src/index.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.module.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
} | ||
}, | ||
"source": "./src/index.ts", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
@@ -20,4 +32,4 @@ "dist", | ||
"@babel/runtime": "^7.13.10", | ||
"@radix-ui/react-compose-refs": "1.0.0", | ||
"@radix-ui/react-use-layout-effect": "1.0.0" | ||
"@radix-ui/react-compose-refs": "1.0.1-rc.1", | ||
"@radix-ui/react-use-layout-effect": "1.0.1-rc.1" | ||
}, | ||
@@ -35,3 +47,4 @@ "peerDependencies": { | ||
"url": "https://github.com/radix-ui/primitives/issues" | ||
} | ||
}, | ||
"stableVersion": "1.0.0" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
39163
9
1
1
+ Added@radix-ui/react-compose-refs@1.0.1-rc.1(transitive)
+ Added@radix-ui/react-use-layout-effect@1.0.1-rc.1(transitive)
- Removed@radix-ui/react-compose-refs@1.0.0(transitive)
- Removed@radix-ui/react-use-layout-effect@1.0.0(transitive)