Socket
Socket
Sign inDemoInstall

@expo/plist

Package Overview
Dependencies
Maintainers
23
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.0.12 to 0.0.13

1

build/build.js

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

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

@@ -33,0 +34,0 @@ const xmlbuilder_1 = __importDefault(require("xmlbuilder"));

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.parse = void 0;
const assert_1 = __importDefault(require("assert"));

@@ -33,0 +34,0 @@ const xmldom_1 = require("xmldom");

4

package.json
{
"name": "@expo/plist",
"version": "0.0.12",
"version": "0.0.13",
"description": "Mac OS X Plist parser/builder for Node.js and browsers",
"main": "build/index.js",
"scripts": {
"watch": "tsc --watch",
"watch": "tsc --watch --preserveWatchOutput",
"build": "tsc",

@@ -9,0 +9,0 @@ "prepare": "yarn build",

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