Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

swr-devtools

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swr-devtools - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

15

package.json
{
"name": "swr-devtools",
"version": "1.3.0",
"version": "1.3.1",
"description": "A React component for SWR DevTools",

@@ -50,3 +50,5 @@ "main": "cjs/index.js",

"build:cjs": "tsc -p tsconfig.cjs.json",
"lint": "tsc --noEmit"
"lint": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
},

@@ -58,6 +60,11 @@ "peerDependencies": {

"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.0.20",
"jsdom": "^21.1.1",
"react": "^18.2.0",
"swr": "^2.0.0",
"typescript": "^4.8.3"
"typescript": "^4.8.3",
"vite": "^4.2.0",
"vitest": "^0.29.3"
},

@@ -67,3 +74,3 @@ "dependencies": {

},
"gitHead": "0d141cd33d2a2a7ea2e5d6b296266eff862227d3"
"gitHead": "0b762e9cfc78c35386e206b4990b57998365394f"
}
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