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.8.1 to 2.9.0

lib/createMyParcelSdk.d.ts

72

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

@@ -11,54 +11,44 @@ "keywords": [

],
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/js-sdk.git"
},
"repository": "github:myparcelnl/js-sdk",
"license": "MIT",
"author": "Edie Lemoine <edie@myparcel.nl>",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"files": [
"dist"
"lib"
],
"scripts": {
"build": "rimraf dist/* && rollup --config rollup.config.ts --configPlugin typescript",
"test": "jest",
"test:coverage": "jest --coverage",
"watch": "nodemon --watch ./src --exec 'yarn build'"
"build": "vite build",
"build:dev": "vite build --mode development",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test:run": "vitest run",
"watch": "yarn build:dev --watch"
},
"lint-staged": {
"*.ts": "eslint --fix"
"*.ts": "eslint --fix",
"package.json": "npx -q sort-package-json"
},
"prettier": "@myparcel/prettier-config",
"dependencies": {
"@myparcel/ts-utils": "^1.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.17.10",
"@myparcel/eslint-config": "^3.4.4",
"@myparcel/prettier-config": "^1.0.0",
"@myparcel/semantic-release-config": "^2.0.0",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@myparcel-eslint/eslint-config-esnext": "^1.2.0",
"@myparcel-eslint/eslint-config-prettier": "^1.2.0",
"@myparcel-eslint/eslint-config-prettier-typescript": "^1.2.0",
"@myparcel/semantic-release-config": "^4.0.0",
"@tsconfig/recommended": "^1.0.1",
"@types/jest": "^27.5.1",
"cross-fetch": "^3.1.5",
"esbuild": "^0.14.39",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"jest-fetch-mock": "^3.0.3",
"nodemon": "^2.0.16",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"rollup": "^2.73.0",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-esbuild": "^4.9.1",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"unfetch": "^4.2.0"
"@vitest/coverage-c8": "^0.25.2",
"eslint": "^8.27.0",
"husky": "^8.0.2",
"prettier": "^2.7.1",
"typescript": "^4.8.4",
"vite": "^3.2.3",
"vite-plugin-dts": "^1.7.1",
"vitest": "^0.25.2",
"vitest-fetch-mock": "^0.2.1"
},
"packageManager": "yarn@3.2.4",
"publishConfig": {

@@ -65,0 +55,0 @@ "access": "public"

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