bower / registry

The Bower registry
https://registry.bower.io/packages
MIT License
293 stars 67 forks source link

fix(registry): fix url for angular-cryptography #294

Closed sudarshanbo closed 4 years ago

sudarshanbo commented 4 years ago

Hi,

middleout's angular cryptography module (https://github.com/middleout/angular-cryptography) has been taken down. Many of our projects depends mainly on that. I did some research and found out there is a fork from that middleout which has the exact same code.

Old link: https://github.com/middleout/angular-cryptography New fork: https://github.com/arkan/angular-cryptography Can you please review and merge my request. Let me know for any thing.

sheerun commented 4 years ago

We don't allow such changes in the registry. If some project used this package someone would fetch new module which can be security issue. You can use different package in your project as so:

  "angular-cryptography": "arkan/angular-cryptography#^1.0.0"