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

node-poeditor

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-poeditor - npm Package Compare versions

Comparing version

to
1.0.5

2

lib/workers/projects/sync.js

@@ -33,3 +33,3 @@ 'use strict';

json: true,
body: 'api_token=' + token + '&id=' + '&data=' + JSON.stringify(obj),
body: 'api_token=' + token + '&id=' + id + '&data=' + JSON.stringify(obj),
headers: { 'Content-Type': 'application/x-www-form-urlencoded' }

@@ -36,0 +36,0 @@ };

{
"name": "node-poeditor",
"version": "1.0.4",
"version": "1.0.5",
"description": "A node module to send translations to the po editor api",

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