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.12 to 2.0.13

.circleci/config.yml

52

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

@@ -11,3 +11,4 @@ "main": "dist/index.js",

"start": "node test/html/server.js",
"test": "mocha test/**/*.js",
"prepare": "npm run build",
"test": "mocha",
"test:local": "nyc --reporter=lcov npm test",

@@ -17,4 +18,2 @@ "build": "npm run build:lib && npm run build:es5 && npm run build:web",

"build:lib": "rollup -c rollup.config.lib.js",
"build:map": "rollup -c --dev",
"build:test": "tsc -p test",
"build:types": "tsc --declaration --declarationDir types",

@@ -52,22 +51,37 @@ "build:web": "rollup -c rollup.config.web.js && babel dist/xades.js --out-file dist/xades.js",

"dependencies": {
"tslib": "^1.9.0",
"xmldsigjs": "^2.0.20"
"xmldsigjs": "^2.0.22"
},
"devDependencies": {
"@types/dateformat": "^1.0.1",
"@types/mocha": "^2.2.48",
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babelrc-rollup": "^3.0.0",
"coveralls": "^3.0.0",
"mocha": "^4.1.0",
"node-webcrypto-ossl": "^1.0.34",
"nyc": "^11.4.1",
"rollup": "^0.52.3",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-node-resolve": "^3.0.2",
"@types/mocha": "^5.2.5",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"coveralls": "^3.0.2",
"mocha": "^5.2.0",
"node-webcrypto-ossl": "^1.0.37",
"nyc": "^12.0.2",
"rollup": "^0.64.1",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-typescript": "^0.8.1",
"typescript": "^2.7.1"
"ts-node": "^7.0.0",
"tslib": "^1.9.3",
"typescript": "^3.0.1"
},
"nyc": {
"extension": [
".ts",
".tsx"
],
"include": [
"src/**/*.ts"
],
"exclude": [
"**/*.d.ts"
],
"reporter": [
"text-summary",
"html"
]
}
}

@@ -8,3 +8,3 @@ # XAdESjs

[![NPM](https://nodei.co/npm-dl/xadesjs.png?months=2&height=2)](https://nodei.co/npm/xadesjs/)
[![NPM](https://nodei.co/npm/xadesjs.png)](https://nodei.co/npm/xadesjs/)

@@ -11,0 +11,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

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