Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ns8-protect-models

Package Overview
Dependencies
Maintainers
1
Versions
415
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ns8-protect-models - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

lib/Merchant.d.ts
import { Shop } from './Shop';
import { ServiceIntegration } from './ServiceIntegration';
import { ServiceIntegrationType } from './ServiceIntegrationType';
export declare class Merchant {

@@ -7,2 +8,3 @@ id: string;

serviceIntegrations: ServiceIntegration[];
getServiceIntegrationToken(type: ServiceIntegrationType): string;
}

@@ -17,2 +17,7 @@ "use strict";

let Merchant = class Merchant {
getServiceIntegrationToken(type) {
return this.serviceIntegrations
.find((integration) => integration.type === type)
.token;
}
};

@@ -19,0 +24,0 @@ __decorate([

2

package.json
{
"name": "ns8-protect-models",
"version": "1.0.9",
"version": "1.0.10",
"description": "Core data model classes defined by protect and shared with consumers like switchboard",

@@ -5,0 +5,0 @@ "types": "lib/index.d.ts",

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