New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@simplito/privmx-webendpoint

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@simplito/privmx-webendpoint - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

api/Api.d.ts

48

package.json
{
"name": "@simplito/privmx-webendpoint",
"version": "2.1.1",
"version": "2.2.0",
"description": "PrivMX Web Endpoint library",
"author": "Simplito",
"homepage": "https://privmx.dev",
"license": "PrivMX Free License",

@@ -32,3 +31,46 @@ "keywords": [

"security"
]
],
"type": "commonjs",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc",
"build": "npm run clean && npm run build:bundle && npm run build:mjs && npm run build:fixup",
"clean": "rm -rf ./dist",
"build:bundle": "webpack",
"build:mjs": "tsc -p tsconfig.mjs.json",
"build:fixup": "node fixup-package-json.js",
"watch": "tsc -w"
},
"engines": {
"node": ">=4"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/webpack": "^5.28.5",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vm-browserify": "^1.1.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@types/jest": "^29.5.14",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5"
},
"dependencies": {
}
}
README.md
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