Socket
Socket
Sign inDemoInstall

@propelauth/node-apis

Package Overview
Dependencies
0
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.7 to 2.1.8

112

package.json
{
"name": "@propelauth/node-apis",
"repository": {
"type": "git",
"url": "https://github.com/PropelAuth/node-apis"
},
"version": "v2.1.7",
"license": "MIT",
"keywords": [
"auth",
"node",
"user"
],
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.3.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"tsup": "^7.1.0",
"typescript": "^5.1.5"
},
"scripts": {
"build": "npm run test && tsup",
"dev": "tsup --watch",
"prepublishOnly": "npm run build",
"test": "jest --silent"
},
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"browser": "./dist/index.mjs",
"default": "./dist/index.mjs",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"typesVersions": {
"*": {
".": [
"./dist/index.d.ts"
]
}
},
"jest": {
"testMatch": [
"**/test/*.ts"
"name": "@propelauth/node-apis",
"repository": {
"type": "git",
"url": "https://github.com/PropelAuth/node-apis"
},
"version": "v2.1.8",
"license": "MIT",
"keywords": [
"auth",
"node",
"user"
],
"moduleFileExtensions": [
"ts",
"js"
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.3.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"tsup": "^7.1.0",
"typescript": "^5.1.5"
},
"scripts": {
"build": "npm run test && tsup",
"dev": "tsup --watch",
"prepublishOnly": "npm run build",
"test": "jest --silent"
},
"files": [
"dist"
],
"transform": {
"^.+\\.(ts|tsx)?$": "ts-jest"
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"browser": "./dist/index.mjs",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}
},
"typesVersions": {
"*": {
".": [
"./dist/index.d.ts"
]
}
},
"jest": {
"testMatch": [
"**/test/*.ts"
],
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"^.+\\.(ts|tsx)?$": "ts-jest"
}
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc