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 2.0.0 to 2.0.1

6

dist/index.d.ts

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

// @myparcel/sdk@1.1.1 2022-05-11T13:20:37.381Z
// @myparcel/sdk@2.0.0 2022-05-16T11:48:06.697Z
declare type HttpMethodWithBody = 'POST' | 'PATCH' | 'PUT';

@@ -178,3 +178,3 @@ declare type HttpMethodWithoutBody = 'GET' | 'OPTIONS' | 'DELETE' | 'HEAD';

declare abstract class AbstractPublicEndpoint<D = EndpointDefinition> extends AbstractEndpoint<D> {
abstract readonly name: PublicGetEndpoints;
abstract readonly name: PublicGetEndpoints | string;
}

@@ -197,3 +197,3 @@

declare abstract class AbstractPrivateEndpoint<D = EndpointDefinition> extends AbstractEndpoint<D & PrivateEndpointDefinition> {
abstract readonly name: PrivateGetEndpoints | PrivatePostEndpoints;
abstract readonly name: PrivateGetEndpoints | PrivatePostEndpoints | string;
}

@@ -200,0 +200,0 @@

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

// @myparcel/sdk@1.1.1 2022-05-11T13:20:37.379Z
// @myparcel/sdk@2.0.0 2022-05-16T11:48:06.695Z
'use strict';

@@ -3,0 +3,0 @@

{
"name": "@myparcel/sdk",
"version": "2.0.0",
"version": "2.0.1",
"description": "JavaScript SDK to connect to the MyParcel API via Node.js or browser",

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

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