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

assembly-payments

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assembly-payments - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

example/index.ts

2

package.json
{
"name": "assembly-payments",
"version": "0.1.0",
"version": "0.1.1",
"description": "Assembly Payments API Typescript/Javascript Bindings",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -1,7 +0,46 @@

# assembly-payments-node
<h1 align="center">Assembly Payments (Node.js Client)</h1>
<p>
<a href="https://www.npmjs.com/package/assembly-payments" target="_blank">
<img alt="Version" src="https://img.shields.io/npm/v/assembly-payments.svg">
</a>
<a href="#" target="_blank">
<img alt="License: Apache--2.0" src="https://img.shields.io/badge/License-Apache--2.0-yellow.svg" />
</a>
</p>
typescript swagger generated client for Assembly Payments
A client for Assembly Payments for Typescript/Javascript
```typescript
A typescript swagger generated client for Assembly Payments
## Install
```sh
yarn install
```
## Run tests
```sh
yarn run test
```
## Author
👤 **engineering@ordermentum.com**
## Generating updated client
Copy swagger.yaml file into root directory and run
```bash
npx swagger-typescript-api -p ./swagger.yaml -o ./src -n index.ts
```
## Example
```javascript
import { Api } from 'assembly-payments';
const client = new Api();
const item = await client.items.showItem('1234');
```
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