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.0 to 1.0.1

2

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

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

@@ -17,5 +17,5 @@ # Angular Transit

You can have a `$scope` attribute as an attribute variable to `fadeIn()` or `fadeOut()` an element.
You can have a `$scope` attribute as an attribute variable for `fadeIn()` or `fadeOut()` an element.
Example usage (assuming you are using $scope or $rootScope variables):
Example usage (assuming you are using `$scope` or `$rootScope` variables):

@@ -37,5 +37,5 @@ ``` html

You can have a `$scope` attribute as an attribute variable to `slideDown()` or `slideUp()` an element.
You can have a `$scope` attribute as an attribute variable for `slideDown()` or `slideUp()` an element.
Example usage (assuming you are using $scope or $rootScope variables):
Example usage (assuming you are using `$scope` or `$rootScope` variables):

@@ -42,0 +42,0 @@ ``` html

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