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

@runeai/hermes

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runeai/hermes - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "@runeai/hermes",
"version": "1.1.1",
"version": "1.1.2",
"description": "Hermes provides utility functions that help automate the machine translation workflow. It doesn't perform any extraction for strings to be translated, handle resolving human & machine translations, nor logic for when files should be committed.",

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

@@ -14,3 +14,3 @@ const { SourceFiles } = require("@crowdin/crowdin-api-client")

.listProjectFiles(projectId)
.then(resp => resp.data.find(file => file.data.name === name))
.then(resp => resp.data.find(file => file.data.path === `/${name}`))
.then(file => {

@@ -17,0 +17,0 @@ if (!file) throw new Error("File not found")

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