Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

setmore-sdk

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

setmore-sdk - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "setmore-sdk",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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

@@ -83,6 +83,10 @@ # Setmore SDK

// Get Customer
setmore.customers.getCustomer({
given_name: 'John',
email: 'john@example.com',
});
setmore.customers
.getCustomer({
given_name: 'John',
email: 'john@example.com',
})
.then((customer) => {
console.log(customer);
});

@@ -185,4 +189,4 @@ // Create Customer

If you have any questions, please feel free to reach out to me by email or LinkedIn.
[Email](mailto:jimenezraul1981@gmail.com)
If you have any questions, please feel free to reach out to me by email or LinkedIn.
[Email](mailto:jimenezraul1981@gmail.com)
[LinkedIn](https://www.linkedin.com/in/raul-jimenez-778b2a196/)

@@ -192,2 +196,2 @@

[https://raulwebdev.com](https://raulwebdev.com)
[https://raulwebdev.com](https://raulwebdev.com)
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