Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xadesjs

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xadesjs - npm Package Compare versions

Comparing version 2.0.18 to 2.1.0

43

package.json
{
"name": "xadesjs",
"version": "2.0.18",
"version": "2.1.0",
"description": "A pure Typescript/Javascript implementation of XAdES based on XMLDSIGjs.",

@@ -53,27 +53,28 @@ "main": "build/index.js",

"dependencies": {
"xml-core": "^1.0.21",
"xmldsigjs": "^2.0.30"
"xml-core": "^1.1.0",
"xmldsigjs": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/preset-env": "^7.9.5",
"@peculiar/webcrypto": "^1.0.27",
"@rollup/plugin-node-resolve": "^6.1.0",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/preset-env": "^7.11.5",
"@peculiar/webcrypto": "^1.1.3",
"@rollup/plugin-node-resolve": "^9.0.0",
"@types/dateformat": "^3.0.1",
"@types/mocha": "^7.0.2",
"@types/node": "^12.12.35",
"coveralls": "^3.0.11",
"mocha": "^7.1.1",
"nyc": "^15.0.1",
"rollup": "^2.3.4",
"@types/mocha": "^8.0.3",
"@types/node": "^12.12.62",
"coveralls": "^3.1.0",
"mocha": "^8.1.3",
"nyc": "^15.1.0",
"rollup": "^2.28.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.25.3",
"ts-node": "^8.8.2",
"tslib": "^1.11.1",
"tslint": "^6.1.1",
"typescript": "^3.8.3"
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.27.2",
"ts-node": "^9.0.0",
"tslib": "^2.0.1",
"tslint": "^6.1.3",
"typescript": "^4.0.3",
"xmldom": "^0.3.0"
},

@@ -80,0 +81,0 @@ "nyc": {

@@ -429,3 +429,3 @@ # XAdESjs

const xadesjs = require("xadesjs");
const { XMLSerializer } = require("xmldom-alpha");
const { XMLSerializer } = require("xmldom");

@@ -432,0 +432,0 @@

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

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

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

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

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