@egendata/client
Advanced tools
Comparing version 0.3.2 to 0.4.0
@@ -22,4 +22,3 @@ const { generateKey, importPEM, toPublicKey } = require('./crypto') | ||
/* eslint no-useless-escape: 0 */ | ||
const rxPEM = /^-----BEGIN RSA PRIVATE KEY-----\n([a-zA-Z0-9\+\/\=]*\n)*-----END RSA PRIVATE KEY-----\n?$/ | ||
const rxPEM = /^-----BEGIN RSA PRIVATE KEY-----\n([a-zA-Z0-9+/=]*\n)*-----END RSA PRIVATE KEY-----\n?$/ | ||
@@ -26,0 +25,0 @@ const jsonToBase64 = (obj) => Buffer.from(JSON.stringify(obj), 'utf8').toString('base64') |
{ | ||
"name": "@egendata/client", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"description": "Client for Egendata Operator", | ||
@@ -18,3 +18,3 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/JobtechSwe/mydata.git" | ||
"url": "git+https://github.com/egendata/client.git" | ||
}, | ||
@@ -25,11 +25,12 @@ "contributors": [ | ||
"Johan Öbrink <johan.obrink@iteam.se>", | ||
"Alexander Czigler <alexander@iteam.se>" | ||
"Alexander Czigler <alexander@iteam.se>", | ||
"Radu Achim <radu@iteam.se>" | ||
], | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/JobtechSwe/mydata/issues" | ||
"url": "https://github.com/egendata/client/issues" | ||
}, | ||
"homepage": "https://github.com/JobtechSwe/mydata/client#readme", | ||
"homepage": "https://github.com/egendata/client#readme", | ||
"dependencies": { | ||
"@egendata/messaging": "0.3.2", | ||
"@egendata/messaging": "^0.4.2", | ||
"@hapi/joi": "^15.0.3", | ||
@@ -49,2 +50,3 @@ "@panva/jose": "^1.0.1", | ||
"devDependencies": { | ||
"@semantic-release/git": "^7.0.16", | ||
"@types/jsonwebtoken": "^8.3.2", | ||
@@ -60,2 +62,3 @@ "@types/moment": "^2.13.0", | ||
"jest": "^24.8.0", | ||
"semantic-release": "^15.13.24", | ||
"supertest": "^3.4.2", | ||
@@ -62,0 +65,0 @@ "tar": "^4.4.10", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
80301
31
1935
0
1
15
1
+ Added@egendata/messaging@0.4.2(transitive)
- Removed@egendata/messaging@0.3.2(transitive)
Updated@egendata/messaging@^0.4.2