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.0-rc.2 to 5.0.0

23

package.json

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

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

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

"tsc": "tsc",
"copy": "cp -p package.json README.md build/dist",
"copy": "cp -p README.md build/dist && sed -e'/\"private\": true/d' package.json > build/dist/package.json",
"build": "npm run tsc && npm run copy",

@@ -25,3 +25,3 @@ "test": "npm run build && mocha --delay",

"gh-pages": "npm run build-docs && mkdir -p build && (cd build; rm -rf gh-pages; git clone .. --branch gh-pages gh-pages) && mkdir -p build/gh-pages/latest && find build/gh-pages/latest -type f -delete && cp -rp build/docs/* build/gh-pages/latest && find build/gh-pages -type d -empty -delete",
"self:publish": "cd build/dist && npm publish",
"self:publish": "cd build/dist && npm_config_tag=`simple-dist-tag` npm publish",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",

@@ -37,5 +37,5 @@ "postversion": "npm run test && npm run self:publish",

"@types/mocha": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/eslint-plugin-tslint": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/eslint-plugin-tslint": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"@xml-conformance-suite/js": "^2.0.0",

@@ -48,3 +48,3 @@ "@xml-conformance-suite/mocha": "^2.0.0",

"eslint-config-lddubeau-base": "^5.2.0",
"eslint-config-lddubeau-ts": "^1.1.6",
"eslint-config-lddubeau-ts": "^1.1.7",
"eslint-import-resolver-typescript": "^2.0.0",

@@ -56,5 +56,6 @@ "eslint-plugin-import": "^2.20.1",

"eslint-plugin-simple-import-sort": "^5.0.1",
"husky": "^4.2.2",
"mocha": "^7.0.1",
"husky": "^4.2.3",
"mocha": "^7.1.0",
"renovate-config-lddubeau": "^1.0.0",
"simple-dist-tag": "^1.0.2",
"ts-node": "^8.6.2",

@@ -64,4 +65,4 @@ "tsd": "^0.11.0",

"tslint-microsoft-contrib": "^6.2.0",
"typedoc": "^0.16.9",
"typescript": "^3.7.5"
"typedoc": "^0.16.11",
"typescript": "^3.8.2"
},

@@ -68,0 +69,0 @@ "dependencies": {

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