Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

official-intl

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

official-intl - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

bin/update.js

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

if (obj[strTrim]) {
tmp.content = tmp.content.replaceAll(strTrim, obj[strTrim]);
tmp.content = tmp.content.replace(new RegExp(strTrim, 'g'), obj[strTrim]);
return true;

@@ -22,0 +22,0 @@ }

{
"name": "official-intl",
"version": "1.0.7",
"version": "1.0.8",
"description": "数数科技官网国际化文案提取和更新工具",

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

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