New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

shipengine-ts

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shipengine-ts - npm Package Compare versions

Comparing version
2.0.2
to
2.0.3
+4
-6
package.json
{
"name": "shipengine-ts",
"version": "2.0.2",
"version": "2.0.3",
"description": "A type-safe fetch client for the ShipEngine.com API",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",

@@ -9,5 +11,2 @@ "author": "Kyle Villeneuve (skusavvy.com)",

"private": false,
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"exports": {

@@ -29,4 +28,3 @@ ".": {

"typegen": "npx openapi-typescript https://raw.githubusercontent.com/ShipEngine/shipengine-openapi/master/openapi.json -o ./src/definitions.ts",
"build:exec": "tsup src/index.ts --format cjs,esm --dts --cjs-interop",
"build": "yarn clean && yarn build:exec"
"build": "yarn tsup"
},

@@ -33,0 +31,0 @@ "devDependencies": {