Socket
Socket
Sign inDemoInstall

paddle-sdk

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paddle-sdk - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

lib/serialize.d.ts

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [2.2.0](https://github.com/avaly/paddle-sdk/compare/v2.1.0...v2.2.0) (2020-05-12)
### Features
* Add TS declaration file and build command ([562de86](https://github.com/avaly/paddle-sdk/commit/562de86cc14399c0bc7152e24cea6176933dd99c))
## [2.1.0](https://github.com/avaly/paddle-sdk/compare/v2.0.0...v2.1.0) (2019-12-29)

@@ -7,0 +14,0 @@

8

package.json
{
"name": "paddle-sdk",
"description": "The Paddle.com Node.js SDK",
"version": "2.1.0",
"version": "2.2.0",
"main": "sdk.js",
"types": "sdk.d.ts",
"author": "Valentin Agachi <github-com@agachi.name>",

@@ -24,2 +25,3 @@ "repository": {

"sdk.js",
"sdk.d.ts",
"lib/"

@@ -36,3 +38,4 @@ ],

"test": "yarn test:jest",
"pretest": "yarn lint"
"pretest": "yarn lint",
"declaration:build": "tsc --allowJs --declaration --emitDeclarationOnly sdk.js"
},

@@ -51,2 +54,3 @@ "dependencies": {

"standard-version": "^7.0.1",
"typescript": "^3.8.3",
"validate-commit-msg": "^2.14.0"

@@ -53,0 +57,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