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

@poap-xyz/providers

Package Overview
Dependencies
Maintainers
0
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poap-xyz/providers - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

rollup.config.js

13

package.json
{
"name": "@poap-xyz/providers",
"version": "0.7.3",
"version": "0.7.4",
"description": "Providers module for the poap.js library",

@@ -28,4 +28,8 @@ "main": "dist/cjs/index.cjs",

},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@3.5.0",
"dependencies": {
"@poap-xyz/utils": "0.7.3",
"@poap-xyz/utils": "0.7.4",
"axios": "^1.6.8",

@@ -37,6 +41,3 @@ "lodash.chunk": "^4.2.0"

"jest-fetch-mock": "^3.0.3"
},
"engines": {
"node": ">=18"
}
}
}

@@ -5,3 +5,4 @@ # @poap-xyz/providers

@poap-xyz/providers is a package to use POAP providers that let you iteract with POAPs APIs. Also you can make your own provider by extending the interfaces.
`@poap-xyz/providers` is a package to use POAP providers that let you interact with POAPs APIs. Also
you can make your own provider by extending the interfaces.

@@ -29,14 +30,14 @@ ## Features

For more detailed documentation, please visit [this link](https://documentation.poap.tech/docs).
For more detailed documentation, please visit:
## Examples
- [`@poap-xyz/providers` documentation](https://sdk.poap.tech/packages/providers)
- [POAP documentation](https://documentation.poap.tech/docs)
For example scripts and usage, please check the [examples](https://github.com/poap-xyz/poap.js/tree/main/examples).
## Contributing
We welcome contributions! Please see the `CONTRIBUTING.md` file for guidelines.
We welcome contributions! Please see the [`CONTRIBUTING.md`](../../.github/CONTRIBUTING.md) file for
guidelines on how to get involved.
## License
@poap-xyz/providers is released under the [MIT License](https://opensource.org/licenses/MIT).
`@poap-xyz/providers` is released under the [MIT License](https://opensource.org/licenses/MIT).
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