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

angular-ec-callout

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-ec-callout - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/angular-ec-callout.js

@@ -36,3 +36,3 @@ /*

var moduleName = 'angular-ec-callout';
var mod = angular.module(moduleName, ['ngAnimate']);
var mod = angular.module(moduleName, []);

@@ -39,0 +39,0 @@ mod.factory('ecCalloutService', ['$rootScope', function($rootScope) {

{
"name": "angular-ec-callout",
"version": "1.0.2",
"version": "1.0.3",
"author": "Emil Cieslar <cieslar@webkreativ.cz>",
"main": "dist/angular-ec-callout.js",
"description": "Reusable callout (notification) directive and service. Use it whenever you need to display a (success, error or whatever) message to a user. Does not need jQuery.",
"devDependencies": {
"angular": ">= 1.4.0-beta.0 || >= 1.5.0-beta.0",
"angular-animate": "1.5.x"
"peerDependencies": {
"angular": ">= 1.4.0-beta.0 || >= 1.5.0-beta.0"
}
}
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