Socket
Socket
Sign inDemoInstall

@lskjs/billing

Package Overview
Dependencies
270
Maintainers
11
Versions
192
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.85.1 to 3.1.1

lib/BillingServerModule.js

83

package.json
{
"name": "@lskjs/billing",
"version": "2.85.1",
"version": "3.1.1",
"description": "LSK.js module for adding billing in cabinet",
"keywords": [
"billing",
"bitpay",
"coingate",
"ecommpay",
"epayments",
"g2a",
"paypal",
"stripe",
"interkassa",
"yandexCheckout"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": "https://github.com/lskjs/lskjs/tree/master/packages/billing",
"license": "MIT",
"author": "Igor Suvorov <hi@isuvorov.com>",
"scripts": {
"bootstrap": "lsk run bootstrap",
"build": "lsk run build",
"dev": "lsk run dev",
"dev:server": "lsk run dev:server",
"i18": "lsk run i18",
"prepublishOnly": "lsk run prepublishOnly",
"release": "lsk run release",
"release:yes": "lsk run release:yes",
"start": "node index.js",
"storybook": "lsk run storybook",
"test": "lsk run test",
"test:watch": "lsk run test:watch",
"watch": "lsk run watch"
},
"author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)",
"dependencies": {

@@ -44,11 +11,2 @@ "@lskjs/err": "2.85.1",

},
"devDependencies": {
"@lskjs/db": "2.85.1",
"@lskjs/server-api": "2.85.1",
"axios": "0.21.2",
"bluebird": "3.7.2",
"crypto-js": "4.1.1",
"lodash": "4.17.21",
"yandex-checkout": "1.0.13"
},
"peerDependencies": {

@@ -62,2 +20,37 @@ "@lskjs/db": "2.x",

},
"files": [
"lib"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./*": {
"import": "./lib/*.mjs",
"types": "./lib/*.d.ts",
"default": "./lib/*.js"
}
},
"repository": "https://github.com/lskjs/lskjs/tree/master/packages/billing",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"billing",
"bitpay",
"coingate",
"ecommpay",
"epayments",
"g2a",
"paypal",
"stripe",
"interkassa",
"yandexCheckout"
],
"optionalDeps": {

@@ -67,3 +60,3 @@ "yandex-checkout": "*",

},
"gitHead": "a9b082721ebba17e1987c65f938cff3f03893ad1"
"gitHead": "d27576d192c47aaf3f117313d611aead7d000ef7"
}
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