New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ns8/ns8-billing-core

Package Overview
Dependencies
Maintainers
10
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ns8/ns8-billing-core - npm Package Compare versions

Comparing version 1.0.38 to 1.0.40

lib/Customer.d.ts

3

lib/index.d.ts

@@ -1,1 +0,2 @@

export * from './Billing';
export * from './Customer';
export * from './Subscription';

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./Billing"));
__export(require("./Customer"));
__export(require("./Subscription"));
//# sourceMappingURL=index.js.map
{
"name": "@ns8/ns8-billing-core",
"version": "1.0.38",
"version": "1.0.40",
"description": "Billing core interfaces",

@@ -17,7 +17,8 @@ "author": "NS8",

"scripts": {
"lint": "tslint -p tsconfig.json -c tslint.json",
"build": "rimraf lib && tsc"
"build": "rimraf lib && tsc",
"lint": "tslint -p tsconfig.json -c tslint.json"
},
"devDependencies": {
"@types/node": "^11.10.4",
"@types/stripe": "^6.19.8",
"ns8-backend-tslint": "^1.0.3",

@@ -27,3 +28,6 @@ "rimraf": "^2.6.3",

"typescript": "^3.3.3333"
},
"dependencies": {
"stripe": "^6.25.1"
}
}

Sorry, the diff of this file is not supported yet

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