New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@primaryindexonline/react-resize

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@primaryindexonline/react-resize - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

19

package.json
{
"name": "@primaryindexonline/react-resize",
"version": "0.1.1",
"version": "0.2.0",
"description": "Change the width and height of the \"moving\" element('s) by holding and dragging the \"hanger\" element",

@@ -9,2 +9,3 @@ "author": "Konstantin Smirnov <info@etokos.com>",

"build": "vite build",
"preview": "vite preview",
"test": "jest",

@@ -16,2 +17,10 @@ "lint": "eslint 'src/**/*.ts'",

},
"repository": {
"type": "git",
"url": "https://github.com/primaryindexonline/react-resize.git"
},
"bugs": {
"url": "https://github.com/primaryindexonline/react-resize/issues"
},
"homepage": "https://github.com/primaryindexonline/react-resize#readme",
"main": "dist/index.cjs.js",

@@ -39,3 +48,3 @@ "module": "dist/index.es.js",

"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react": "latest",
"@typescript-eslint/eslint-plugin": "^7.2.0",

@@ -60,6 +69,6 @@ "@typescript-eslint/parser": "^7.2.0",

"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"@types/react": "latest",
"react": "latest",
"react-dom": "latest"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc