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

create-replicate

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-replicate - npm Package Compare versions

Comparing version 1.8.2 to 1.8.3

template/gitignore

7

CHANGELOG.md
# 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 @@

17

package.json
{
"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": {

}
}
}
.github/ISSUE_TEMPLATE/bug_report.md

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