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

@notifi-network/notifi-node

Package Overview
Dependencies
Maintainers
0
Versions
456
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notifi-network/notifi-node - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2-alpha.3

15

package.json
{
"name": "@notifi-network/notifi-node",
"version": "3.0.1",
"version": "3.0.2-alpha.3+13c4e3ab",
"description": "Server-initiated operations with Notifi",

@@ -27,3 +27,4 @@ "homepage": "https://github.com/notifi-network/notifi-sdk-ts#readme",

"clean": "rimraf ./dist",
"compile": "tsc -p tsconfig.build.json"
"compile": "tsc -p tsconfig.build.json",
"test": "jest"
},

@@ -34,4 +35,4 @@ "bugs": {

"dependencies": {
"@notifi-network/notifi-dataplane": "^3.0.1",
"@notifi-network/notifi-graphql": "^3.0.1",
"@notifi-network/notifi-dataplane": "^3.0.2-alpha.3+13c4e3ab",
"@notifi-network/notifi-graphql": "^3.0.2-alpha.3+13c4e3ab",
"graphql": "^16.6.0",

@@ -41,3 +42,7 @@ "graphql-request": "^6.0.0",

},
"gitHead": "843cb0b40384295d6e7b3bfbd9fdb5c85aeb8383"
"devDependencies": {
"dotenv": "^16.4.5",
"ethers": "^6.11.1"
},
"gitHead": "13c4e3ab9adba415051b2b488f52f3412ee24f73"
}

@@ -245,4 +245,15 @@ # Notifi Node (@notifi-network/notifi-node)

## Contributing & Testing
We welcome and appreciate your contributions! Please review our [contribution guidelines](https://github.com/notifi-network/notifi-sdk-ts?tab=readme-ov-file#contribute-to-the-repository-for-contributors) before getting started.
To ensure a smooth contribution process, please follow the steps below to confirm that all tests pass before submitting your changes:
- Fill in the credentials in the `.env.example` file and rename it to `.env`.
- Run `npm run test` to execute all tests.
If your contribution includes a new feature, you may also want to create a dedicated test case within the` __tests__/NotifiNodeClient.test.ts` file to validate its functionality.
## More example
- [notifi-node-sample](): An example demonstrating how to use the `@notifi-network/notifi-node` package on express.js server.
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