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

@sp-api-sdk/vendor-invoices-api-v1

Package Overview
Dependencies
Maintainers
2
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sp-api-sdk/vendor-invoices-api-v1 - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

dist/cjs/index.js

21

package.json

@@ -5,6 +5,6 @@ {

"description": "The Selling Partner API for Retail Procurement Payments provides programmatic access to vendors payments data.",
"version": "1.3.0",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"version": "1.4.0",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"types": "dist/types/index.d.ts",
"license": "MIT",

@@ -21,3 +21,5 @@ "publishConfig": {

"scripts": {
"build": "rollup -c",
"build:cjs": "tsc -p tsconfig.json",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es",
"clean": "rimraf dist",

@@ -28,13 +30,10 @@ "test": "NODE_ENV='test' yarn jest"

"@aws-sdk/client-sts": "^3.16.0",
"@sp-api-sdk/auth": "^0.3.1",
"@sp-api-sdk/common": "^0.5.0",
"@sp-api-sdk/auth": "^0.3.2",
"@sp-api-sdk/common": "^0.6.0",
"axios": "^0.21.1"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@types/jest": "^26.0.23",
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"rollup": "^2.50.1",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^26.5.6"

@@ -60,3 +59,3 @@ },

],
"gitHead": "24e0d0a7e7795b2ed72a7ed7163e52e469630f08"
"gitHead": "e0159dfc0d374e22bfba9dcf99135e0ee56d314b"
}
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