Socket
Socket
Sign inDemoInstall

saxes

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saxes - npm Package Compare versions

Comparing version 5.0.1 to 6.0.0-rc.1

61

package.json

@@ -5,3 +5,3 @@ {

"author": "Louis-Dominique Dubeau <ldd@lddubeau.com>",
"version": "5.0.1",
"version": "6.0.0-rc.1",
"main": "saxes.js",

@@ -11,3 +11,3 @@ "types": "saxes.d.ts",

"engines": {
"node": ">=10"
"node": ">=v12.22.7"
},

@@ -32,33 +32,34 @@ "scripts": {

"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-angular": "^8.3.4",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/eslint-plugin-tslint": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"@xml-conformance-suite/js": "^2.0.0",
"@xml-conformance-suite/mocha": "^2.0.0",
"@xml-conformance-suite/test-data": "^2.0.0",
"chai": "^4.2.0",
"conventional-changelog-cli": "^2.0.31",
"eslint": "^6.8.0",
"eslint-config-lddubeau-base": "^5.2.0",
"eslint-config-lddubeau-ts": "^1.1.7",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prefer-arrow": "^1.2.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-simple-import-sort": "^5.0.2",
"husky": "^4.2.5",
"mocha": "^7.1.1",
"@commitlint/cli": "^14.1.0",
"@commitlint/config-angular": "^14.1.0",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@xml-conformance-suite/js": "^3.0.0",
"@xml-conformance-suite/mocha": "^3.0.0",
"@xml-conformance-suite/test-data": "^3.0.0",
"chai": "^4.3.4",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^8.2.0",
"eslint-config-lddubeau-base": "^6.1.0",
"eslint-config-lddubeau-ts": "^2.0.2",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^7.0.4",
"mocha": "^9.1.3",
"renovate-config-lddubeau": "^1.0.0",
"simple-dist-tag": "^1.0.2",
"ts-node": "^8.8.2",
"tsd": "^0.11.0",
"tslint": "^6.1.1",
"ts-node": "^10.4.0",
"tsd": "^0.18.0",
"tslint": "^6.1.3",
"tslint-microsoft-contrib": "^6.2.0",
"typedoc": "^0.17.4",
"typescript": "^3.8.3"
"typedoc": "^0.22.8",
"typescript": "^4.4.4"
},

@@ -65,0 +66,0 @@ "dependencies": {

@@ -463,3 +463,3 @@ /**

*/
write(chunk: string | {} | null): this;
write(chunk: string | object | null): this;
/**

@@ -466,0 +466,0 @@ * Close the current stream. Perform final well-formedness checks and reset

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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