Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@plist/xml.parse

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plist/xml.parse - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

lib/cjs/index.d.ts

28

package.json
{
"name": "@plist/xml.parse",
"version": "1.0.0",
"version": "1.1.0",
"description": "TypeScript library for parsing XML Property Lists, in browser and node.js.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"exports": {
".": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts"
}
},
"type": "module",
"keywords": [

@@ -29,4 +38,5 @@ "parse",

"prepare": "npm run build",
"test": "jest",
"build": "tsc",
"build": "npm run build:cjs && npm run build:esm",
"build:esm": "tsc --module esnext --outDir lib/esm && echo '{\"type\": \"module\"}' > lib/esm/package.json",
"build:cjs": "tsc --module commonjs --outDir lib/cjs && echo '{\"type\": \"commonjs\"}' > lib/cjs/package.json",
"lint": "eslint src"

@@ -37,5 +47,4 @@ },

"license": "BSD-3-Clause-Clear",
"private": false,
"dependencies": {
"@plist/common": "^1.0.0",
"@plist/common": "^1.1.0",
"base64-js": "^1.5.1",

@@ -46,4 +55,3 @@ "fast-xml-parser": "^4.0.8"

"access": "public"
},
"gitHead": "8a1d30937def9f196ec7985966d0ffc8a992b13f"
}
}
}

@@ -8,3 +8,3 @@ <h1 align="center">@plist/xml.parse</h1>

<p align="center">
<img alt="workflow" src="https://img.shields.io/github/workflow/status/mat-sz/plist/Node.js%20CI%20(yarn)">
<img alt="workflow" src="https://img.shields.io/github/actions/workflow/status/mat-sz/plist/node.js.yml?branch=main">
<a href="https://npmjs.com/package/@plist/xml.parse">

@@ -11,0 +11,0 @@ <img alt="npm" src="https://img.shields.io/npm/v/@plist/xml.parse">

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