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

@opensea/i18n-dl

Package Overview
Dependencies
Maintainers
10
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opensea/i18n-dl - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

3

dist/cli.js

@@ -132,2 +132,5 @@ #!/usr/bin/env node

const translationFiles = await glob(`${tmpfolder}/**/*.json`);
await promisify(exec)(
`command -v prettier > /dev/null 2>&1 && prettier --write ${tmpfolder}/**/*.json || echo "prettier not installed"`
);
await Promise.all(

@@ -134,0 +137,0 @@ translationFiles.map(async (translatedFile) => {

2

package.json
{
"name": "@opensea/i18n-dl",
"version": "0.0.23",
"version": "0.0.24",
"description": "Package for i18n key download",

@@ -5,0 +5,0 @@ "license": "MIT",

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