You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

xml-query

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml-query - npm Package Compare versions

Comparing version

to
1.2.1

coverage/base.css

9

package.json
{
"name": "xml-query",
"version": "1.2.0",
"version": "1.2.1",
"description": "Super small library to retrieve values and attributes from the XML AST generated by xml-reader",
"main": "build/index.js",
"scripts": {
"test": "ava test/test.js",
"test": "nyc ava test/test.js",
"pretest": "tsc",
"prepublish": "npm test"
"prepublish": "npm test",
"report": "nyc report --reporter=html && opn coverage/index.html"
},

@@ -27,2 +28,4 @@ "keywords": [

"ava": "^0.15.2",
"nyc": "^6.6.1",
"opn-cli": "^3.1.0",
"xml-reader": "0.0.6"

@@ -29,0 +32,0 @@ },

Sorry, the diff of this file is not supported yet