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

@easypost/api

Package Overview
Dependencies
Maintainers
3
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easypost/api - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

3

package.json
{
"name": "@easypost/api",
"description": "EasyPost Node Client Library",
"version": "3.1.0",
"version": "3.2.0",
"author": "Easypost Engineering <support@easypost.com>",

@@ -28,2 +28,3 @@ "homepage": "https://easypost.com",

"babel-polyfill": "^6.23.0",
"nodent-runtime": "^3.0.4",
"proptypes": "^1.1.0",

@@ -30,0 +31,0 @@ "regenerator-runtime": "^0.11.0",

@@ -188,2 +188,11 @@ import ValidationError from '../errors/validation';

async delete() {
if (this.id) {
await this.constructor.delete(this.id);
return this;
}
throw new Error('Cannot delete an object without an id.');
}
toJSON() {

@@ -190,0 +199,0 @@ const idKeys = this.constructor.jsonIdKeys;

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