Comparing version 1.0.1 to 1.0.2
const axios = require("axios"); | ||
const qs = require("qs"); | ||
const productService = require("./product/productService"); | ||
const token = (baseUrl, username, password) => | ||
@@ -20,1 +22,2 @@ axios.post( | ||
module.exports = token; | ||
module.exports = productService; |
{ | ||
"name": "aaro", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Aaro api client", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3091
5
57