Comparing version 2.0.18 to 2.1.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
1426531
22
27898
Updatedxml-core@^1.1.0
Updatedxmldsigjs@^2.1.1