Socket
Socket
Sign inDemoInstall

properties-parser

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

4

index.js

@@ -287,2 +287,6 @@ var fs = require("fs");

this.save = function(newPath, callback) {
if(typeof newPath === 'function') {
callback = newPath;
newPath = path;
}
newPath = newPath || path;

@@ -289,0 +293,0 @@

2

package.json
{ "name": "properties-parser"
, "version": "0.1.0"
, "version": "0.1.1"
, "description": "A parser for .properties files written in javascript"

@@ -4,0 +4,0 @@ , "keywords": [ "parser", ".properties", "properties", "java", "file parser", "actionscript" ]

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc