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.2.0 to 1.2.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## v1.2.1
### Feature
- Update npm packages [compare](https://github.com/hanagejet/exif-rotate-js/compare/v1.2.0...v1.2.1)
- Bump lodash from 4.17.14 to 4.17.19 [#207](https://github.com/hanagejet/exif-rotate-js/pull/207)
## v1.2.0

@@ -2,0 +9,0 @@

1

lib/getBase64Strings.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getBase64Strings = void 0;
const getImages_1 = require("./utils/getImages");

@@ -4,0 +5,0 @@ const options_1 = require("./options");

15

lib/index.js
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./getBase64Strings"));
__exportStar(require("./getBase64Strings"), exports);
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultOptions = void 0;
exports.defaultOptions = {
maxSize: 720,
};

@@ -5,2 +5,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.getBrowserOrientation = void 0;
const readImage_1 = require("./readImage");

@@ -7,0 +8,0 @@ async function getBrowserOrientation() {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getCanvasOptions = exports.getOrientation = exports.getSize = exports.getImages = void 0;
const EXIF = require("exif-js");

@@ -4,0 +5,0 @@ const readFile_1 = require("./readFile");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getDataFromReadFile = exports.readFile = void 0;
function readFile(file) {

@@ -4,0 +5,0 @@ return new Promise((resolve, reject) => {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.readImage = void 0;
function readImage(src) {

@@ -4,0 +5,0 @@ const img = new Image();

{
"name": "exif-rotate-js",
"version": "1.2.0",
"version": "1.2.1",
"description": "",

@@ -17,15 +17,15 @@ "main": "lib/index.js",

"devDependencies": {
"@babel/preset-env": "7.9.5",
"@babel/preset-typescript": "7.9.0",
"@types/jest": "25.2.1",
"@typescript-eslint/eslint-plugin": "2.29.0",
"@typescript-eslint/parser": "2.29.0",
"babel-jest": "25.4.0",
"eslint": "6.8.0",
"@babel/preset-env": "7.11.0",
"@babel/preset-typescript": "7.10.4",
"@types/jest": "26.0.8",
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"babel-jest": "26.2.2",
"eslint": "7.6.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"jest": "25.4.0",
"eslint-plugin-prettier": "3.1.4",
"jest": "26.2.2",
"prettier": "2.0.5",
"ts-jest": "25.4.0",
"typescript": "3.8.3"
"ts-jest": "26.1.4",
"typescript": "3.9.7"
},

@@ -32,0 +32,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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