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

@opensea/i18n-extract

Package Overview
Dependencies
Maintainers
10
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opensea/i18n-extract - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

6

dist/cli.js

@@ -76,5 +76,7 @@ #!/usr/bin/env node

_a.label = 5;
case 5: return [4 /*yield*/, Promise.all(Object.keys(translations).map(function (namespace) {
case 5: return [4 /*yield*/, Promise.all(Object.keys(translations)
.sort()
.map(function (namespace) {
var outfile = path_1.default.join(out, "".concat(namespace, ".json"));
return promises_1.default.writeFile(outfile, JSON.stringify(translations[namespace], null, 2));
return promises_1.default.writeFile(outfile, "".concat(JSON.stringify(translations[namespace], null, 2), "\n"));
}))];

@@ -81,0 +83,0 @@ case 6:

{
"name": "@opensea/i18n-extract",
"version": "0.0.5",
"version": "0.0.6",
"description": "Package for i18n key extractions",

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

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