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.1.2 to 1.1.3

5

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

@@ -40,3 +40,4 @@ "name": "Ruben Vermeersch",

"browserify": "~14.0.0",
"grunt": "~1.0.1",
"coffeescript": "^2.6.1",
"grunt": "~1.3.0",
"grunt-browserify": "~5.0.0",

@@ -43,0 +44,0 @@ "grunt-bump": "0.8.0",

2

pofile.d.ts

@@ -24,4 +24,4 @@ declare interface IHeaders {

public flags: Record<string, boolean | undefined>;
public obsolete: boolean;
private nplurals: number;
private obsolete: boolean;

@@ -28,0 +28,0 @@ public toString(): string;

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