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

@vocab/phrase

Package Overview
Dependencies
Maintainers
5
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vocab/phrase - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

1

dist/vocab-phrase.cjs.dev.js

@@ -158,2 +158,3 @@ 'use strict';

formData.append('update_translations', 'true');
formData.append('update_descriptions', 'true');
for (const [locale, index] of Object.entries(localeMapping)) {

@@ -160,0 +161,0 @@ formData.append(`locale_mapping[${locale}]`, index);

@@ -158,2 +158,3 @@ 'use strict';

formData.append('update_translations', 'true');
formData.append('update_descriptions', 'true');
for (const [locale, index] of Object.entries(localeMapping)) {

@@ -160,0 +161,0 @@ formData.append(`locale_mapping[${locale}]`, index);

@@ -146,2 +146,3 @@ import { promises } from 'fs';

formData.append('update_translations', 'true');
formData.append('update_descriptions', 'true');
for (const [locale, index] of Object.entries(localeMapping)) {

@@ -148,0 +149,0 @@ formData.append(`locale_mapping[${locale}]`, index);

2

package.json
{
"name": "@vocab/phrase",
"version": "1.2.5",
"version": "1.2.6",
"main": "dist/vocab-phrase.cjs.js",

@@ -5,0 +5,0 @@ "module": "dist/vocab-phrase.esm.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