create-replicate
Advanced tools
Comparing version 1.8.2 to 1.8.3
# Changelog | ||
## [1.8.3](https://github.com/replicate/create-replicate/compare/v1.8.2...v1.8.3) (2024-02-27) | ||
### Bug Fixes | ||
* failing command due to missing .gitignore file ([#43](https://github.com/replicate/create-replicate/issues/43)) ([ccf0cb3](https://github.com/replicate/create-replicate/commit/ccf0cb3def125662cbede6b815ee69dc25ddc2e0)) | ||
## [1.8.2](https://github.com/replicate/create-replicate/compare/v1.8.1...v1.8.2) (2024-02-20) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "create-replicate", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"description": "Generate a simple Node.js project structure for running AI models with Replicate's API", | ||
@@ -9,2 +9,15 @@ "main": "index.js", | ||
}, | ||
"files": [ | ||
"CHANGELOG.md", | ||
"CONTRIBUTING.md", | ||
"README.md", | ||
"index.mjs", | ||
"lib/models.js", | ||
"lib/token.js", | ||
"package.json", | ||
"template/gitignore", | ||
"template/README.md", | ||
"template/index.js", | ||
"template/package.json" | ||
], | ||
"type": "module", | ||
@@ -33,2 +46,2 @@ "scripts": { | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
15
14565
11
138