New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ladda-angular

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ladda-angular - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/ladda-angular.js

4

bower.json
{
"name": "ladda-angular",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/sachinchoolur/ladda-angular",

@@ -28,2 +28,2 @@ "authors": [

]
}
}

@@ -28,3 +28,3 @@ 'use strict';

src: ['src/<%= pkg.name %>.js'],
dest: 'dist/jquery.<%= pkg.name %>.js'
dest: 'dist/<%= pkg.name %>.js'
}

@@ -38,3 +38,3 @@ },

src: '<%= concat.dist.dest %>',
dest: 'dist/jquery.<%= pkg.name %>.min.js'
dest: 'dist/<%= pkg.name %>.min.js'
}

@@ -104,2 +104,2 @@ },

grunt.registerTask('test', ['jshint', 'connect', 'qunit']);
};
};
{
"name": "ladda-angular",
"version": "1.0.0",
"version": "1.0.1",
"description": "Ladda button directive for angularjs",

@@ -44,2 +44,2 @@ "keywords": [

}
}
}

@@ -1,2 +0,5 @@

![travis](https://magnum.travis-ci.com/sachinchoolur/ladda-angular.svg?token=YeaTxT5qNyiMS8zTsaCg&branch=master)
![license](https://img.shields.io/npm/l/ladda-angular.svg)
![travis](https://travis-ci.org/sachinchoolur/ladda-angular.svg?branch=master)
![bower](https://img.shields.io/bower/v/ladda-angular.svg)
![npm](https://img.shields.io/npm/v/ladda-angular.svg)

@@ -34,3 +37,3 @@ # ladda-angular

#### The code
add the Following code to the &lt;head&gt; of your document.
add the Following code into your document.
``` html

@@ -37,0 +40,0 @@ <script src="path/ladda-angular.min.js"></script>

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