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
11
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.78 to 1.0.83

lib/Plan.d.ts

2

lib/index.d.ts

@@ -6,1 +6,3 @@ export * from './Customer';

export * from './UsageReport';
export * from './Plan';
export * from './PlanTypeEnum';
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./PlanTypeEnum"));
//# sourceMappingURL=index.js.map

3

lib/Subscription.d.ts

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

import { Plan } from './Plan';
export interface Subscription {

@@ -5,3 +6,3 @@ id: string;

trialEndDate: number;
planIds: string[];
plans: Plan[];
}
{
"name": "@ns8/ns8-billing-core",
"version": "1.0.78",
"version": "1.0.83",
"description": "Billing core interfaces",

@@ -5,0 +5,0 @@ "author": "NS8",

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