Socket
Socket
Sign inDemoInstall

ng-http-rate-limiter

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

5

CHANGELOG.md

@@ -0,1 +1,6 @@

1.0.4
-----
* As an AMD module, this exports its module name.
1.0.3

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

7

ng-http-rate-limiter.js

@@ -5,7 +5,6 @@ (function(root, factory) {

if (typeof angular === 'undefined') {
factory(require('angular'));
module.exports = factory(require('angular'));
} else {
factory(angular);
module.exports = factory(angular);
}
module.exports = 'ngHttpRateLimiter';
} else if (typeof define === 'function' && define.amd) {

@@ -144,2 +143,4 @@ // AMD

}]);
return 'ngHttpRateLimiter';
});
{
"name": "ng-http-rate-limiter",
"version": "1.0.3",
"version": "1.0.4",
"description": "$http rate limiting in Angular",

@@ -5,0 +5,0 @@ "main": "ng-http-rate-limiter.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc