Socket
Socket
Sign inDemoInstall

saxes

Package Overview
Dependencies
114
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.6 to 3.1.7

11

CHANGELOG.md

@@ -0,1 +1,12 @@

<a name="3.1.7"></a>
## [3.1.7](https://github.com/lddubeau/saxes/compare/v3.1.6...v3.1.7) (2019-02-22)
### Bug Fixes
* npm audit warning ([a6c9ba8](https://github.com/lddubeau/saxes/commit/a6c9ba8))
* **typings:** "selfClosing" => "isSelfClosing" ([d96a2bd](https://github.com/lddubeau/saxes/commit/d96a2bd))
<a name="3.1.6"></a>

@@ -2,0 +13,0 @@ ## [3.1.6](https://github.com/lddubeau/saxes/compare/v3.1.5...v3.1.6) (2019-01-17)

2

lib/saxes.d.ts

@@ -33,3 +33,3 @@ declare namespace saxes {

ns: Record<string, string>;
selfClosing: boolean;
isSelfClosing: boolean;
}

@@ -36,0 +36,0 @@

@@ -182,3 +182,3 @@ "use strict";

*
* @property {boolean} selfClosing Whether the tag is
* @property {boolean} isSelfClosing Whether the tag is
* self-closing (e.g. ``<foo/>``).

@@ -185,0 +185,0 @@ *

@@ -5,6 +5,9 @@ {

"author": "Louis-Dominique Dubeau <ldd@lddubeau.com>",
"version": "3.1.6",
"version": "3.1.7",
"main": "lib/saxes.js",
"types": "lib/saxes.d.ts",
"license": "ISC",
"engines": {
"node": ">=8"
},
"scripts": {

@@ -27,13 +30,14 @@ "test": "mocha --delay",

"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-angular": "^7.1.2",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-angular": "^7.5.0",
"chai": "^4.2.0",
"conventional-changelog-cli": "^2.0.11",
"eslint": "^5.12.0",
"conventional-changelog-cli": "^2.0.12",
"eslint-config-lddubeau-base": "^3.0.1",
"husky": "^1.3.1",
"mocha": "^5.2.0",
"mocha": "^6.0.1",
"renovate-config-lddubeau": "^1.0.0",
"xml-conformance-suite": "^1.1.0"
},
"dependencies": {
"eslint": "^5.14.1",
"xmlchars": "^1.3.1"

@@ -40,0 +44,0 @@ },

@@ -11,2 +11,4 @@ # saxes

Saxes does not support Node versions older than 8.
## Notable Differences from Sax.

@@ -13,0 +15,0 @@

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