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

@frameright/image-display-control-metadata-parser

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frameright/image-display-control-metadata-parser - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

dist/image-display-control-metadata-parser-standalone.min.js

19

package.json

@@ -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.
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