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.1 to 0.1.2

3

build/build.js

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

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

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

}
exports.build = build;
/**

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

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

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

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

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

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

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

}
exports.parse = parse;
/**

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

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

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

},
"gitHead": "88a8226609b870c0635c39da43ac8306c4dc7031"
"gitHead": "4165b8d72e1b9a1889c2767534cc619e21468110"
}

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