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

insomnia-xpath

Package Overview
Dependencies
Maintainers
5
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

insomnia-xpath - npm Package Compare versions

Comparing version 2.2.35 to 2.3.0-beta.0

dist/index.d.ts

33

package.json
{
"name": "insomnia-xpath",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"version": "2.3.0-beta.0",
"author": "Kong <office@konghq.com>",
"description": "Query XML using XPath",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Kong/insomnia.git",
"directory": "packages/insomnia-xpath"
},
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"package.json",
"README.md"
],
"scripts": {
"bootstrap": "npm run build",
"lint": "eslint . --ext .js,.ts,.tsx",
"lint:fix": "npm run lint -- --fix",
"clean": "tsc --build tsconfig.build.json --clean",
"postclean": "rimraf dist",
"build": "tsc --build tsconfig.build.json",
"test": "jest --silent"
},
"devDependencies": {
"@types/xmldom": "0.1.30"
},
"dependencies": {
"insomnia-cookies": "2.2.35",
"insomnia-cookies": "2.3.0-beta.0",
"xmldom": "^0.5.0",
"xpath": "0.0.27"
},
"gitHead": "14ebadd8f90fd0dddb7eaef508194bb34c643f0c"
"gitHead": "b2040dacd21af4ef4a6f0ee4ee73c19a0da46647"
}
__tests__/index.test.js
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