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

@astrojs/react

Package Overview
Dependencies
Maintainers
4
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/react - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1-pre.0

23

package.json
{
"name": "@astrojs/react",
"description": "Use React components within Astro",
"version": "0.4.0",
"version": "0.4.1-pre.0",
"type": "module",

@@ -31,2 +31,7 @@ "types": "./dist/index.d.ts",

},
"scripts": {
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
"build:ci": "astro-scripts build \"src/**/*.ts\"",
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {

@@ -38,4 +43,4 @@ "@babel/plugin-transform-react-jsx": "^7.17.12"

"@types/react-dom": "^17.0.17",
"astro": "1.0.0-beta.70",
"astro-scripts": "0.0.6",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"react": "^18.1.0",

@@ -48,10 +53,10 @@ "react-dom": "^18.1.0"

},
"peerDependenciesMeta": {
"@babel/core": {
"optional": true
}
},
"engines": {
"node": "^14.20.0 || >=16.14.0"
},
"scripts": {
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
"build:ci": "astro-scripts build \"src/**/*.ts\"",
"dev": "astro-scripts dev \"src/**/*.ts\""
}
}
}
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