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.21 to 0.0.22

2

dist/cli.js

@@ -135,3 +135,3 @@ #!/usr/bin/env node

const split = translatedFile.split(path2.sep);
const locale = split[split.length - 5];
const locale = split[split.length - (3 + directory.split(path2.sep).length)];
const localeFolder = path2.join(directory, locale);

@@ -138,0 +138,0 @@ if (!await fileExists(localeFolder)) {

{
"name": "@opensea/i18n-dl",
"version": "0.0.21",
"version": "0.0.22",
"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