insomnia-xpath
Advanced tools
Comparing version 2.2.35 to 2.3.0-beta.0
{ | ||
"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" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
6162
11
0
0
1
67
2
1
+ Addedinsomnia-cookies@2.3.0-beta.0(transitive)
- Removedinsomnia-cookies@2.2.35(transitive)