New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@controlkit/headings

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@controlkit/headings - npm Package Compare versions

Comparing version
0.1.0
to
0.2.0
+9
-9
package.json
{
"name": "@controlkit/headings",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",

@@ -15,12 +15,12 @@ "module": "dist/index.js",

"peerDependencies": {
"@stylexjs/stylex": "^0.7.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"@stylexjs/stylex": "0.10.1",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"dependencies": {},
"devDependencies": {
"@stylexjs/babel-plugin": "^0.7.5",
"@stylexjs/rollup-plugin": "^0.7.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@stylexjs/babel-plugin": "0.10.1",
"@stylexjs/rollup-plugin": "0.10.1",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@typescript-eslint/eslint-plugin": "^7.13.1",

@@ -33,5 +33,5 @@ "@typescript-eslint/parser": "^7.13.1",

"typescript": "^5.2.2",
"vite": "^5.3.1",
"vite": "6.2.0",
"vite-plugin-dts": "^3.9.1"
}
}