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

2

lib/cli/poeditor.js
'use strict';
const path = require('path');
const poconnect = require(path.resolve('./lib'));
const poconnect = require('../');
const writeResult = require('./writeResult');

@@ -6,0 +6,0 @@ const readFile = require('./readFile');

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

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