Socket
Socket
Sign inDemoInstall

@expo/plist

Package Overview
Dependencies
Maintainers
24
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.20 to 0.1.0

4

build/index.d.ts

@@ -5,3 +5,3 @@ /// <reference types="node" />

import { parse } from './parse';
export declare type PlistValue = string | number | boolean | Date | Buffer | PlistObject | PlistArray;
export type PlistValue = string | number | boolean | Date | Buffer | PlistObject | PlistArray;
export interface PlistObject {

@@ -12,3 +12,3 @@ readonly [x: string]: PlistValue;

}
export declare type PlistBuildOptions = XMLToStringOptions;
export type PlistBuildOptions = XMLToStringOptions;
declare const _default: {

@@ -15,0 +15,0 @@ parse: typeof parse;

{
"name": "@expo/plist",
"version": "0.0.20",
"version": "0.1.0",
"description": "Mac OS X Plist parser/builder for Node.js and browsers",
"main": "build/index.js",
"scripts": {
"watch": "tsc --watch --preserveWatchOutput",
"build": "tsc",
"prepare": "yarn build",
"test": "jest"
"build": "expo-module tsc",
"prepare": "yarn run clean && yarn run build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"typecheck": "expo-module typecheck",
"test": "expo-module test",
"watch": "yarn run build --watch --preserveWatchOutput",
"prepublishOnly": "expo-module prepublishOnly"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo-cli.git",
"directory": "packages/plist"
"url": "https://github.com/expo/expo.git",
"directory": "packages/@expo/plist"
},

@@ -22,5 +26,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/expo/expo-cli/issues"
"url": "https://github.com/expo/expo/issues"
},
"homepage": "https://github.com/expo/expo-cli/tree/main/packages/plist#readme",
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/plist#readme",
"files": [

@@ -35,7 +39,9 @@ "build"

"devDependencies": {
"@types/base64-js": "^1.2.5"
"@types/base64-js": "^1.2.5",
"expo-module-scripts": "^3.3.0"
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "6aca7ce098ddc667776a3d7cf612adbb985e264a"
}

@@ -8,12 +8,2 @@ <!-- Title -->

<p align="center">
<img src="https://flat.badgen.net/packagephobia/install/@expo/plist">
<a href="https://www.npmjs.com/package/@expo/plist">
<img src="https://flat.badgen.net/npm/dw/@expo/plist" target="_blank" />
</a>
</p>
<!-- Body -->
Forked from this [repo](https://github.com/TooTallNate/plist.js).

Sorry, the diff of this file is not supported yet

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