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

angular4-paystack

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular4-paystack - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "angular4-paystack",
"version": "1.1.1",
"version": "1.1.2",
"description": "an angular 4 module for paystack transactions",

@@ -5,0 +5,0 @@ "main": "index.ts",

@@ -7,3 +7,3 @@ # ANGULAR4-PAYSTACK

### 1. Install the module
1. ### Install the module
```sh

@@ -13,3 +13,8 @@ npm install --save angular4-paystack

### 2. Import the module
2. ### Reference the Paystack inline script in your index.html like so:
```html
<script src="https://js.paystack.co/v1/inline.js"></script>
```
3. ### Import the module
In your `app.module.ts` or any preferred module, import the module like so:

@@ -33,3 +38,3 @@

### 3. Use the component in your code
4. ### Use the component in your code

@@ -36,0 +41,0 @@ ```html

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