Socket
Socket
Sign inDemoInstall

exif-rotate-js

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exif-rotate-js - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

dist/cjs/getBase64Strings.d.ts

46

package.json
{
"name": "exif-rotate-js",
"version": "1.4.0",
"version": "1.5.0",
"description": "",
"main": "lib/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "./dist/esm/index.d.ts",
"exports": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts"
},
"files": [
"dist/cjs",
"dist/esm",
"src"
],
"scripts": {
"start": "tsc -w",
"build": "tsc",
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json",
"prepare": "npm run build",

@@ -18,15 +32,15 @@ "prepublishOnly": "npm run build",

"devDependencies": {
"@babel/preset-env": "7.16.4",
"@babel/preset-typescript": "7.16.0",
"@types/jest": "27.0.2",
"@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/parser": "5.4.0",
"babel-jest": "27.3.1",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.3.1",
"prettier": "2.4.1",
"ts-jest": "27.0.7",
"typescript": "4.4.4"
"@babel/preset-env": "7.22.20",
"@babel/preset-typescript": "7.22.15",
"@types/jest": "27.5.2",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"babel-jest": "27.5.1",
"eslint": "8.49.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "4.2.1",
"jest": "27.5.1",
"prettier": "2.8.8",
"ts-jest": "27.1.5",
"typescript": "4.9.5"
},

@@ -33,0 +47,0 @@ "repository": {

@@ -31,3 +31,3 @@ # exif-rotate-js ・ [![CircleCI](https://circleci.com/gh/hanagejet/exif-rotate-js.svg?style=svg)](https://circleci.com/gh/hanagejet/exif-rotate-js)

```js
import { getBase64Strings } from 'exif-rotate-js/lib';
import { getBase64Strings } from 'exif-rotate-js';

@@ -34,0 +34,0 @@ const elem = document.getElementById('fileImage');

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