You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@enplug/scripts

Package Overview
Dependencies
Maintainers
0
Versions
368
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enplug/scripts - npm Package Compare versions

Comparing version

to
1.11.4-dev41

2

bin/functions/translations/crowdin.js

@@ -185,3 +185,3 @@ const axios = require('axios');

}
return axios.put(url, body, { headers: { Authorization: AuthStr } }).pipe(
return from(axios.put(url, body, { headers: { Authorization: AuthStr } })).pipe(
tap({

@@ -188,0 +188,0 @@ next: response => {

@@ -85,3 +85,3 @@ const chalk = require('chalk');

if(fileId && storageId) {
await updateCrowdinFile(credentials, storageId.data.data.id, fileId);
updateCrowdinFile(credentials, storageId.data.data.id, fileId);
}

@@ -88,0 +88,0 @@ } else {

{
"name": "@enplug/scripts",
"version": "1.11.4-dev40",
"version": "1.11.4-dev41",
"description": "Enplug scripts",

@@ -5,0 +5,0 @@ "scripts": {