@frameright/image-display-control-metadata-parser
Advanced tools
Comparing version 0.1.0 to 1.0.0
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
@@ -33,11 +33,11 @@ "author": { | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=14" | ||
}, | ||
"scripts": { | ||
"start": "tsdx watch", | ||
"build": "tsdx build", | ||
"build": "tsdx build && rollup -c", | ||
"test": "tsdx test --no-cache", | ||
"lint": "tsdx lint . --ignore-pattern dist && prettier --check .", | ||
"format": "tsdx lint . --ignore-pattern dist --fix && prettier --write .", | ||
"prepare": "husky install && tsdx build", | ||
"prepare": "husky install && tsdx build && rollup -c", | ||
"size": "size-limit", | ||
@@ -67,5 +67,12 @@ "analyze": "size-limit --why", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^24.1.0", | ||
"@rollup/plugin-node-resolve": "^15.0.2", | ||
"@size-limit/preset-small-lib": "^8.2.4", | ||
"@web/rollup-plugin-copy": "^0.4.0", | ||
"husky": "^8.0.3", | ||
"markdown-spellcheck": "^1.3.1", | ||
"markdown-toc": "^1.2.0", | ||
"prettier": "^2.8.7", | ||
"rollup": "^2.79.1", | ||
"rollup-plugin-summary": "^2.0.0", | ||
"size-limit": "^8.2.4", | ||
@@ -76,5 +83,3 @@ "tsdx": "^0.14.1", | ||
"typedoc-plugin-markdown": "^3.15.1", | ||
"typescript": "^4.1.6", | ||
"markdown-spellcheck": "^1.3.1", | ||
"markdown-toc": "^1.2.0" | ||
"typescript": "^4.1.6" | ||
}, | ||
@@ -81,0 +86,0 @@ "dependencies": { |
@@ -88,3 +88,3 @@ [<img src="https://avatars.githubusercontent.com/u/35964478?s=200&v=4" align="right" width="64" height="64">](https://frameright.io) | ||
// npm install @frameright/image-display-control-metadata-parser | ||
import Parser from '@frameright/image-display-control-metadata-parser'; | ||
import { Parser } from '@frameright/image-display-control-metadata-parser'; | ||
@@ -117,3 +117,7 @@ // Get it from https://iptc.org/std/photometadata/examples/IPTC-PhotometadataRef-Std2021.1.jpg | ||
**1.0.0** (2023-04-21): | ||
* Build `image-display-control-metadata-parser-standalone.min.js` to be served | ||
by a CDN and used in the browser. | ||
**0.1.0** (2023-04-19): | ||
* Initial version. |
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
191806
15
1515
2
122
16
3
2