New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-replicate

Package Overview
Dependencies
Maintainers
0
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.3 to 1.9.0

7

CHANGELOG.md
# Changelog
## [1.9.0](https://github.com/replicate/create-replicate/compare/v1.8.3...v1.9.0) (2024-05-06)
### Features
* include documentation links at end of script ([#45](https://github.com/replicate/create-replicate/issues/45)) ([114a161](https://github.com/replicate/create-replicate/commit/114a1614713100653ce6bac3b2677dc16e9fba11))
## [1.8.3](https://github.com/replicate/create-replicate/compare/v1.8.2...v1.8.3) (2024-02-27)

@@ -4,0 +11,0 @@

2

package.json
{
"name": "create-replicate",
"version": "1.8.3",
"version": "1.9.0",
"description": "Generate a simple Node.js project structure for running AI models with Replicate's API",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -12,5 +12,7 @@ import Replicate from 'replicate'

console.log({ model, input })
console.log('Using model: %s', model)
console.log('With input: %O', input)
console.log('Running...')
const output = await replicate.run(model, { input })
console.log('Done!', output)

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