@plist/xml.parse
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"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"> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14226
10
351
Yes
1
Updated@plist/common@^1.1.0