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.6

2

lib/workers/projects/export.js

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

json: true,
body: 'api_token=' + token + '&id=' + '&language=' + obj.language + '&type=' + obj.type + filters + tags,
body: 'api_token=' + token + '&id=' + id + '&language=' + obj.language + '&type=' + obj.type + filters + tags,
headers: { 'Content-Type': 'application/x-www-form-urlencoded' }

@@ -47,0 +47,0 @@ };

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

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