carsten-klaffke / send-intent

Repository for send-intent Capacitor plugin
MIT License
106 stars 12 forks source link

Dependencies "-" #59

Closed MichaelMaenner closed 1 year ago

MichaelMaenner commented 2 years ago

Hey Carsten,

i just stumbled across a dependency inside my package-lock.json file.

"dependencies": {
    "-": {
      "version": "0.0.1",
      "resolved": "https://registry.npmjs.org/-/-/--0.0.1.tgz",
      "integrity": "sha512-3Hfne...

In the dependencies tab from npmjs - is listed as one of your dependencies. https://www.npmjs.com/package/send-intent

I just wanted to let you know ;)

carsten-klaffke commented 1 year ago

Hey Michael,

thanks a lot for reporting this!

What exactly does that mean? Is this just something unused that came into the repository by accident or is it even malicious? I can see that it originates from a commit of a contributor and it is already some time ago. Hopefully, that caused no damage!

Best regards Carsten

Von: MichaelMaenner @.> Datum: Mittwoch, 31. August 2022 um 18:08 An: carsten-klaffke/send-intent @.> Cc: Subscribed @.***> Betreff: [carsten-klaffke/send-intent] Dependencies "-" (Issue #59)

Hey Carsten,

i just stumbled across a dependency inside my package-lock.json file.

"dependencies": {

"-": {

  "version": "0.0.1",

  "resolved": "https://registry.npmjs.org/-/-/--0.0.1.tgz",

  "integrity": "sha512-3Hfne...

In the dependencies tab from npmjs - is listed as one of your dependencies. https://www.npmjs.com/package/send-intent

I just wanted to let you know ;)

— Reply to this email directly, view it on GitHubhttps://github.com/carsten-klaffke/send-intent/issues/59, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AM4Q36YKXR63DCZGCTPOO7TV357QTANCNFSM6AAAAAAQBQZGAE. You are receiving this because you are subscribed to this thread.Message ID: @.***>

carsten-klaffke commented 1 year ago

I removed this dependency.