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

angular-upcrop

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-upcrop - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

angular-upcrop.umd.js

@@ -51,3 +51,3 @@ (function (global, factory) {

_this.onUploadImage.emit({
file: data.file
image: data.image
});

@@ -447,3 +447,3 @@ }

UpcropDialogComponent.prototype.onUploadImage = function (event) {
this.uploadedImages.push(event.file);
this.uploadedImages.push(event.image);
};

@@ -450,0 +450,0 @@ /**

@@ -52,3 +52,3 @@ import { Component, Directive, ElementRef, EventEmitter, Inject, Injectable, Input, NgModule, Output, Renderer, ViewChild } from '@angular/core';

_this.onUploadImage.emit({
file: data.file
image: data.image
});

@@ -448,3 +448,3 @@ }

UpcropDialogComponent.prototype.onUploadImage = function (event) {
this.uploadedImages.push(event.file);
this.uploadedImages.push(event.image);
};

@@ -451,0 +451,0 @@ /**

{
"name": "angular-upcrop",
"version": "0.1.2",
"version": "0.1.3",
"description": "Library with upload and crop feature for Angular 4+",

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

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