@astrojs/node
Advanced tools
Comparing version 0.1.1 to 0.1.2
# @astrojs/node | ||
## 0.1.2 | ||
### Patch Changes | ||
- Updated dependencies [[`4de53ecc`](https://github.com/withastro/astro/commit/4de53eccef346bed843b491b7ab93987d7d85655)]: | ||
- @astrojs/webapi@0.12.0 | ||
## 0.1.1 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@astrojs/node", | ||
"description": "Deploy your site to a Node.js server", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"type": "module", | ||
@@ -21,13 +21,14 @@ "types": "./dist/index.d.ts", | ||
}, | ||
"dependencies": { | ||
"@astrojs/webapi": "^0.12.0" | ||
}, | ||
"devDependencies": { | ||
"astro": "1.0.0-beta.33", | ||
"astro-scripts": "0.0.4" | ||
}, | ||
"scripts": { | ||
"build": "astro-scripts build \"src/**/*.ts\" && tsc", | ||
"build:ci": "astro-scripts build \"src/**/*.ts\"", | ||
"dev": "astro-scripts dev \"src/**/*.ts\"" | ||
}, | ||
"dependencies": { | ||
"@astrojs/webapi": "^0.11.0" | ||
}, | ||
"devDependencies": { | ||
"astro": "workspace:*", | ||
"astro-scripts": "workspace:*" | ||
} | ||
} | ||
} |
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
11268
0
+ Added@astrojs/webapi@0.12.0(transitive)
+ Addeddata-uri-to-buffer@4.0.1(transitive)
+ Addedfetch-blob@3.2.0(transitive)
+ Addedformdata-polyfill@4.0.10(transitive)
+ Addednode-domexception@1.0.0(transitive)
+ Addednode-fetch@3.3.2(transitive)
+ Addedweb-streams-polyfill@3.3.3(transitive)
- Removed@astrojs/webapi@0.11.1(transitive)
Updated@astrojs/webapi@^0.12.0