Socket
Socket
Sign inDemoInstall

piexifjs

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

piexifjs - npm Package Compare versions

Comparing version 1.0.4 to 2.0.0-alpha.3

README.md

0

LICENSE.txt

@@ -0,0 +0,0 @@ The MIT License (MIT)

{
"name": "piexifjs",
"version": "1.0.4",
"version": "2.0.0-alpha.003",
"description": "Read and write exif.",
"main": "piexif.js",
"main": "dist/piexifjs.js",
"files": [
"dist/piexifjs.js",
"dist/piexifjs.js.map",
"LICENSE.txt",
"README.md",
"package.json"
],
"repository": {

@@ -12,4 +19,11 @@ "type": "git",

"jpeg",
"exif"
"exif",
"node",
"browser"
],
"scripts": {
"build": "rollup -c",
"node-test": "jest --config=jest.node.config.js",
"browser-test": "jest --config=jest.puppeteer.config.js"
},
"author": "hMatoba",

@@ -20,3 +34,16 @@ "license": "MIT",

},
"homepage": "https://github.com/hMatoba/piexifjs"
"homepage": "https://github.com/hMatoba/piexifjs",
"devDependencies": {
"chalk": "^2.4.1",
"jest": "^23.5.0",
"jest-puppeteer": "^3.3.1",
"jpeg-js": "^0.3.4",
"prettier": "^1.14.2",
"puppeteer": "^1.4.0",
"rimraf": "^2.6.2",
"rollup": "^0.64.1",
"rollup-plugin-typescript2": "^0.16.1",
"ts-loader": "^4.5.0",
"typescript": "^3.0.1"
}
}
.gitattributes
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