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

magento

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magento - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Magento SOAP API wrapper for Node.js",
"version": "0.0.2",
"version": "0.0.3",
"main": "./src/magento",

@@ -8,0 +8,0 @@ "contributors": [

@@ -5,4 +5,11 @@ # Magento SOAP API Wrapper

## Installation
`npm install magento`
## Usage
```js
var magento = require('magento')({
var MagentoAPI = require('magento');
var magento = new MagentoAPI({
host: 'your.host',

@@ -9,0 +16,0 @@ port: 80,

@@ -179,3 +179,3 @@ // external dependencies

self.sessionId = sessId;
callback();
callback(null, sessId);
});

@@ -182,0 +182,0 @@

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