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

@directus/sdk

Package Overview
Dependencies
Maintainers
2
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@directus/sdk - npm Package Compare versions

Comparing version 10.3.3 to 10.3.4

dist/auth.js

98

package.json
{
"name": "@directus/sdk",
"version": "10.3.3",
"description": "The official Directus SDK for use in JavaScript!",
"repository": "directus/sdk",
"main": "dist/sdk.cjs.js",
"version": "10.3.4",
"description": "The official Directus SDK for use in JavaScript",
"keywords": [
"api",
"client",
"cms",
"directus",
"headless",
"javascript",
"node",
"sdk"
],
"homepage": "https://directus.io",
"repository": {
"type": "git",
"url": "https://github.com/directus/directus.git",
"directory": "packages/sdk"
},
"funding": "https://github.com/directus/directus?sponsor=1",
"license": "MIT",
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"exports": {

@@ -18,4 +35,5 @@ ".": {

},
"main": "dist/sdk.cjs.js",
"unpkg": "dist/sdk.esm.min.js",
"module": "dist/sdk.bundler.js",
"unpkg": "dist/sdk.esm.min.js",
"types": "dist/index.d.ts",

@@ -26,67 +44,19 @@ "files": [

],
"keywords": [
"api",
"client",
"cms",
"directus",
"headless",
"javascript",
"node",
"sdk"
],
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"license": "MIT",
"dependencies": {
"axios": "^0.27.2"
"axios": "0.27.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@types/jest": "28.1.6",
"@types/node": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"argon2": "0.28.7",
"dotenv": "16.0.1",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"lint-staged": "^13.0.3",
"nock": "13.2.9",
"npm-run-all": "4.1.5",
"prettier": "^2.7.1",
"rimraf": "3.0.2",
"rollup": "2.77.2",
"rollup-plugin-dts": "4.2.2",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.32.1",
"simple-git-hooks": "^2.8.0",
"ts-jest": "28.0.7",
"ts-node": "10.9.1",
"tslib": "^2.4.0",
"typescript": "4.7.4"
"@types/node": "18.16.12",
"@vitest/coverage-c8": "0.31.1",
"jsdom": "22.0.0",
"msw": "1.2.1",
"typescript": "5.0.4",
"vitest": "0.31.1",
"@directus/tsconfig": "0.0.7"
},
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd",
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{js,ts}": "eslint --fix"
},
"packageManager": "pnpm@7.5.0",
"scripts": {
"prebuild": "npm run cleanup",
"build": "rollup -c",
"dev": "rollup -c -w",
"cleanup": "run-p cleanup:*",
"cleanup:dist": "rimraf ./dist",
"cleanup:coverage": "rimraf ./coverage",
"test": "jest --coverage",
"test:watch": "jest --coverage --watchAll",
"lint": "eslint src"
"build": "tsc --project tsconfig.prod.json",
"dev": "tsc --watch",
"test": "vitest --watch=false"
}
}

@@ -48,4 +48,4 @@ # Directus JS SDK

- `pnpm lint` – Lint the code using Eslint / Prettier
- `pnpm test` – Run the unit tests
- `pnpm lint` – Lint the code using Eslint / Prettier
- `pnpm test` – Run the unit tests

@@ -52,0 +52,0 @@ Make sure that both commands pass locally before creating a Pull Request.

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