Socket
Socket
Sign inDemoInstall

@expo/plist

Package Overview
Dependencies
Maintainers
26
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/plist - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

3

build/build.js

@@ -31,3 +31,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.build = build;
exports.build = void 0;
const base64_js_1 = __importDefault(require("base64-js"));

@@ -100,2 +100,3 @@ const xmlbuilder_1 = __importDefault(require("xmlbuilder"));

}
exports.build = build;
/**

@@ -102,0 +103,0 @@ * depth first, recursive traversal of a javascript object. when complete,

@@ -0,1 +1,2 @@

/// <reference types="node" />
import { XMLToStringOptions } from 'xmlbuilder';

@@ -2,0 +3,0 @@ import { build } from './build';

@@ -31,3 +31,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.parse = parse;
exports.parse = void 0;
const xmldom_1 = require("@xmldom/xmldom");

@@ -80,2 +80,3 @@ const assert_1 = __importDefault(require("assert"));

}
exports.parse = parse;
/**

@@ -82,0 +83,0 @@ * Convert an XML based plist document into a JSON representation.

{
"name": "@expo/plist",
"version": "0.1.2",
"version": "0.1.3",
"description": "Mac OS X Plist parser/builder for Node.js and browsers",

@@ -44,3 +44,3 @@ "main": "build/index.js",

},
"gitHead": "4165b8d72e1b9a1889c2767534cc619e21468110"
"gitHead": "ee4f30ef3b5fa567ad1bf94794197f7683fdd481"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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