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

strategy-atom

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strategy-atom - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "strategy-atom",
"version": "0.0.2",
"version": "0.0.3",
"description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",

@@ -5,0 +5,0 @@ "author": "A Team of Gordion",

@@ -17,3 +17,6 @@ {

"jsx": "react-jsx",
"baseUrl": "./",
"paths": {
"*": ["src/*"]
},
/* Linting */

@@ -20,0 +23,0 @@ "strict": true,

@@ -12,6 +12,11 @@ import { defineConfig } from 'vite'

},
resolve: {
alias: {
"strategy-atom": "/src/index.ts",
},
},
optimizeDeps: {
include: ['src/index.ts'],
include: ["strategy-atom"],
},
})

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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