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

@myparcel/sdk

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@myparcel/sdk - npm Package Compare versions

Comparing version 3.7.0 to 3.8.0

7

lib/endpoints/private/system-country-codes/GetSystemCountryCodes.d.ts

@@ -0,10 +1,7 @@

import { type SystemCountryCodesPerCountry, type GetSystemCountryCodesParams } from './SystemCountryCodes.types';
import { AbstractPrivateEndpoint } from '../../../model/endpoint/AbstractPrivateEndpoint';
import { type CarrierId } from '@myparcel/constants';
import { type CreateDefinition } from '../../../model/endpoint/AbstractEndpoint.types';
import { type SystemCountryCodesPerCountry } from './SystemCountryCodes.types';
type GetSystemCountryCodesDefinition = CreateDefinition<{
name: typeof GetSystemCountryCodes.name;
parameters: {
carrier_id?: CarrierId;
};
parameters: GetSystemCountryCodesParams;
response: SystemCountryCodesPerCountry;

@@ -11,0 +8,0 @@ }>;

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

import { type CarrierId } from '@myparcel/constants';
export interface SystemCountryCode {

@@ -6,1 +7,5 @@ label: string;

export type SystemCountryCodesPerCountry = Record<string, SystemCountryCode>[];
export type GetSystemCountryCodesParams = {
carrier_id?: CarrierId;
unfiltered?: boolean;
};
{
"name": "@myparcel/sdk",
"version": "3.7.0",
"version": "3.8.0",
"description": "JavaScript SDK to connect to the MyParcel API via Node.js or browser",

@@ -5,0 +5,0 @@ "keywords": [

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