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

orbweaver-message

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orbweaver-message - npm Package Compare versions

Comparing version 0.102.0 to 0.102.1

2

bower.json
{
"name": "orbweaver-message",
"version": "0.102.0",
"version": "0.102.1",
"homepage": "https://github.com/aranasoft/bower-orbweaver-message",

@@ -5,0 +5,0 @@ "authors": [

@@ -0,1 +1,7 @@

/**
* orbweaver v0.102.1
* @copyright 2013-2015 Arana Software <info@aranasoft.com>. https://github.com/aranasoft/orbweaver
* @license BSD-3-Clause
*/
(function (window, angular, undefined) {

@@ -2,0 +8,0 @@ 'use strict';

@@ -1,2 +0,7 @@

!function(o,t,n){"use strict";var s=t.module("orbMessage",[]);s.constant("orbToastrOptions",{closeButton:!0,debug:!1,positionClass:"toast-top-right",onclick:null,showDuration:"300",hideDuration:"1000",timeOut:"3000",extendedTimeOut:"1000",showEasing:"swing",hideEasing:"linear",showMethod:"fadeIn",hideMethod:"fadeOut"}),s.factory("orbMessageService",["$rootScope","$timeout","orbToastrOptions",function(o,t,n){return toastr.options=n,{success:function(o){toastr.success(o)},info:function(o){toastr.info(o)},warning:function(o){toastr.warning(o)},error:function(o){toastr.error(o)}}}])}(window,window.angular);
/**
* orbweaver v0.102.1
* @copyright 2013-2015 Arana Software <info@aranasoft.com>. https://github.com/aranasoft/orbweaver
* @license BSD-3-Clause
*/
!function(window,angular,undefined){"use strict";var orbweaver=angular.module("orbMessage",[]);orbweaver.constant("orbToastrOptions",{closeButton:!0,debug:!1,positionClass:"toast-top-right",onclick:null,showDuration:"300",hideDuration:"1000",timeOut:"3000",extendedTimeOut:"1000",showEasing:"swing",hideEasing:"linear",showMethod:"fadeIn",hideMethod:"fadeOut"}),orbweaver.factory("orbMessageService",["$rootScope","$timeout","orbToastrOptions",function($rootScope,$timeout,orbToastrOptions){return toastr.options=orbToastrOptions,{success:function(message){toastr.success(message)},info:function(message){toastr.info(message)},warning:function(message){toastr.warning(message)},error:function(message){toastr.error(message)}}}])}(window,window.angular);
//# sourceMappingURL=orbweaver-message.min.js.map
{
"name": "orbweaver-message",
"version": "0.102.0",
"version": "0.102.1",
"description": "Orbweaver module for displaying UI messages",

@@ -5,0 +5,0 @@ "main": "index.js",

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