Socket
Socket
Sign inDemoInstall

paddle-sdk

Package Overview
Dependencies
24
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

6

CHANGELOG.md

@@ -1,5 +0,9 @@

# Change Log
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.2.2](https://github.com/avaly/paddle-sdk/compare/v1.2.1...v1.2.2) (2019-06-18)
<a name="1.2.1"></a>

@@ -6,0 +10,0 @@ ## [1.2.1](https://github.com/avaly/paddle-sdk/compare/v1.2.0...v1.2.1) (2019-06-18)

28

package.json
{
"name": "paddle-sdk",
"description": "The Paddle.com Node.js SDK",
"version": "1.2.1",
"version": "1.2.2",
"main": "sdk.js",

@@ -27,7 +27,5 @@ "author": "Valentin Agachi <github-com@agachi.name>",

"scripts": {
"commitmsg": "validate-commit-msg",
"docs": "jsdoc2md --partial docs/main.hbs --helper docs/helpers.js --files sdk.js > Documentation.md",
"lint": "eslint . --cache --fix --ignore-pattern '!.eslintrc.js'",
"pretty": "prettier --write --list-different \"**/*.js\"",
"precommit": "lint-staged",
"release": "yarn docs && git add Documentation.md && standard-version -a",

@@ -41,15 +39,21 @@ "test:jest": "jest",

"dependencies": {
"got": "^8.0.0"
"got": "^9.6.0"
},
"devDependencies": {
"eslint": "^4.11.0",
"husky": "^0.14.3",
"jest": "^21.2.1",
"jsdoc-to-markdown": "^3.0.2",
"lint-staged": "^5.0.0",
"nock": "^9.1.0",
"prettier": "^1.8.2",
"standard-version": "^4.2.0",
"eslint": "^5.16.0",
"husky": "^2.4.1",
"jest": "^24.8.0",
"jsdoc-to-markdown": "^5.0.0",
"lint-staged": "^8.2.1",
"nock": "^10.0.6",
"prettier": "^1.18.2",
"standard-version": "^6.0.1",
"validate-commit-msg": "^2.14.0"
},
"husky": {
"hooks": {
"commit-msg": "validate-commit-msg",
"pre-commit": "lint-staged"
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc