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

pofile

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pofile - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"name": "pofile",
"description": "Parse and serialize Gettext PO files.",
"version": "1.0.7",
"version": "1.0.8",
"author": {

@@ -6,0 +6,0 @@ "name": "Ruben Vermeersch",

@@ -1,6 +0,6 @@

declare module "pofile" {
declare module pofile {
function parse(data: string): PO;
function load(fileName: string, callback: (err: NodeJS.ErrnoException | null, po: PO) => void): void;
class PO {
public static parse(data: string): PO;
public static load(fileName: string, callback: (err: NodeJS.ErrnoException | null, po: PO) => void): void;
public comments: string[];

@@ -42,4 +42,4 @@ public extractedComments: string[];

}
}
export = PO;
}
export = pofile
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