Socket
Socket
Sign inDemoInstall

plist

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plist - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

lib/parse.js

@@ -193,3 +193,3 @@ /**

if (isEmptyNode(node)) {
return new Buffer(res, 'base64');
return Buffer.from(res, 'base64');
}

@@ -201,3 +201,3 @@ for (i=0; i < node.childNodes.length; i++) {

}
return new Buffer(res, 'base64');
return Buffer.from(res, 'base64');

@@ -204,0 +204,0 @@ } else if (node.nodeName === 'date') {

{
"name": "plist",
"description": "Mac OS X Plist parser/builder for Node.js and browsers",
"version": "3.0.0",
"version": "3.0.1",
"author": "Nathan Rajlich <nathan@tootallnate.net>",

@@ -6,0 +6,0 @@ "contributors": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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