@astrojs/react
Advanced tools
Comparing version 0.4.0 to 0.4.1-pre.0
{ | ||
"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\"" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19112
11
372
1