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

angular-transit

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-transit - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

25

angular.transit.js

@@ -24,3 +24,10 @@ if ($) { window.$ = $; } else if (jQuery) { window.$ = jQuery };

var first = true;
arr.map(function(arrv) {
if (first == true) {
val = arrv;
first = false;
}
arrv = arrv.split(':');

@@ -44,7 +51,2 @@

setTimeout(function() {
$attrs.fade = false;
$scope.$digest();
},500)
}]

@@ -73,3 +75,11 @@

var first = true;
arr.map(function(arrv) {
if (first == true) {
val = arrv;
first = false;
}
arrv = arrv.split(':');

@@ -93,7 +103,2 @@

setTimeout(function() {
$attrs.fade = false;
$scope.$digest();
},500)
}]

@@ -100,0 +105,0 @@

@@ -25,3 +25,2 @@ (function(window, $, angular, undefined) {'use strict';

arr.map(function(arrv) {
if (first == true) {

@@ -50,7 +49,2 @@ val = arrv;

setTimeout(function() {
$attrs.fade = false;
$scope.$digest();
},500)
}]

@@ -106,7 +100,2 @@

setTimeout(function() {
$attrs.fade = false;
$scope.$digest();
},500)
}]

@@ -113,0 +102,0 @@

2

package.json
{
"name": "angular-transit",
"version": "1.0.2",
"version": "1.0.3",
"description": "Simple transitions for your Angular application using jQuery transitions",

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

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