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.305-cd.57480625a14187c1458c9670a0d20cf4c35fd184.0 to 1.0.305-cd.57777ab1f881938fd2279fbcb25bd54dbcb28ef6.0

3

lib/extension/EkataMigrationListOptions.js

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

class_validator_1.IsInt(),
class_validator_1.Min(1),
class_validator_1.Max(50)
class_validator_1.Min(1)
], EkataMigrationListOptions.prototype, "count", void 0);

@@ -18,0 +17,0 @@ __decorate([

import { Contact } from './Contact';
import { MerchantStatus } from './MerchantStatus';
import { Profile } from './Profile';
export declare class MerchantUpdate {

@@ -8,3 +9,4 @@ constructor(partial?: Partial<MerchantUpdate>);

contact?: Contact;
profile?: Profile;
storefrontUrl?: string;
}

@@ -31,2 +31,6 @@ "use strict";

class_validator_1.IsOptional(),
class_validator_1.ValidateNested()
], MerchantUpdate.prototype, "profile", void 0);
__decorate([
class_validator_1.IsOptional(),
class_validator_1.IsString()

@@ -33,0 +37,0 @@ ], MerchantUpdate.prototype, "storefrontUrl", void 0);

{
"name": "ns8-protect-models",
"version": "1.0.305-cd.57480625a14187c1458c9670a0d20cf4c35fd184.0",
"version": "1.0.305-cd.57777ab1f881938fd2279fbcb25bd54dbcb28ef6.0",
"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

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