fix(core): update
This commit is contained in:
		
							
								
								
									
										95
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										95
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -434,6 +434,11 @@ | |||||||
|         "concat-map": "0.0.1" |         "concat-map": "0.0.1" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "buffer-equal-constant-time": { | ||||||
|  |       "version": "1.0.1", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", | ||||||
|  |       "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=" | ||||||
|  |     }, | ||||||
|     "buffer-from": { |     "buffer-from": { | ||||||
|       "version": "1.1.1", |       "version": "1.1.1", | ||||||
|       "resolved": "https://verdaccio.lossless.one/buffer-from/-/buffer-from-1.1.1.tgz", |       "resolved": "https://verdaccio.lossless.one/buffer-from/-/buffer-from-1.1.1.tgz", | ||||||
| @@ -646,6 +651,14 @@ | |||||||
|       "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", |       "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", | ||||||
|       "dev": true |       "dev": true | ||||||
|     }, |     }, | ||||||
|  |     "ecdsa-sig-formatter": { | ||||||
|  |       "version": "1.0.11", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", | ||||||
|  |       "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", | ||||||
|  |       "requires": { | ||||||
|  |         "safe-buffer": "^5.0.1" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "end-of-stream": { |     "end-of-stream": { | ||||||
|       "version": "1.4.1", |       "version": "1.4.1", | ||||||
|       "resolved": "https://verdaccio.lossless.one/end-of-stream/-/end-of-stream-1.4.1.tgz", |       "resolved": "https://verdaccio.lossless.one/end-of-stream/-/end-of-stream-1.4.1.tgz", | ||||||
| @@ -902,6 +915,42 @@ | |||||||
|         "graceful-fs": "^4.1.6" |         "graceful-fs": "^4.1.6" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "jsonwebtoken": { | ||||||
|  |       "version": "8.5.0", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/jsonwebtoken/-/jsonwebtoken-8.5.0.tgz", | ||||||
|  |       "integrity": "sha512-IqEycp0znWHNA11TpYi77bVgyBO/pGESDh7Ajhas+u0ttkGkKYIIAjniL4Bw5+oVejVF+SYkaI7XKfwCCyeTuA==", | ||||||
|  |       "requires": { | ||||||
|  |         "jws": "^3.2.1", | ||||||
|  |         "lodash.includes": "^4.3.0", | ||||||
|  |         "lodash.isboolean": "^3.0.3", | ||||||
|  |         "lodash.isinteger": "^4.0.4", | ||||||
|  |         "lodash.isnumber": "^3.0.3", | ||||||
|  |         "lodash.isplainobject": "^4.0.6", | ||||||
|  |         "lodash.isstring": "^4.0.1", | ||||||
|  |         "lodash.once": "^4.0.0", | ||||||
|  |         "ms": "^2.1.1", | ||||||
|  |         "semver": "^5.6.0" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "jwa": { | ||||||
|  |       "version": "1.3.0", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/jwa/-/jwa-1.3.0.tgz", | ||||||
|  |       "integrity": "sha512-SxObIyzv9a6MYuZYaSN6DhSm9j3+qkokwvCB0/OTSV5ylPq1wUQiygZQcHT5Qlux0I5kmISx3J86TxKhuefItg==", | ||||||
|  |       "requires": { | ||||||
|  |         "buffer-equal-constant-time": "1.0.1", | ||||||
|  |         "ecdsa-sig-formatter": "1.0.11", | ||||||
|  |         "safe-buffer": "^5.0.1" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "jws": { | ||||||
|  |       "version": "3.2.1", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/jws/-/jws-3.2.1.tgz", | ||||||
|  |       "integrity": "sha512-bGA2omSrFUkd72dhh05bIAN832znP4wOU3lfuXtRBuGTbsmNmDXMQg28f0Vsxaxgk4myF5YkKQpz6qeRpMgX9g==", | ||||||
|  |       "requires": { | ||||||
|  |         "jwa": "^1.2.0", | ||||||
|  |         "safe-buffer": "^5.0.1" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "lcid": { |     "lcid": { | ||||||
|       "version": "2.0.0", |       "version": "2.0.0", | ||||||
|       "resolved": "https://verdaccio.lossless.one/lcid/-/lcid-2.0.0.tgz", |       "resolved": "https://verdaccio.lossless.one/lcid/-/lcid-2.0.0.tgz", | ||||||
| @@ -940,6 +989,41 @@ | |||||||
|         "path-exists": "^3.0.0" |         "path-exists": "^3.0.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "lodash.includes": { | ||||||
|  |       "version": "4.3.0", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/lodash.includes/-/lodash.includes-4.3.0.tgz", | ||||||
|  |       "integrity": "sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=" | ||||||
|  |     }, | ||||||
|  |     "lodash.isboolean": { | ||||||
|  |       "version": "3.0.3", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", | ||||||
|  |       "integrity": "sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=" | ||||||
|  |     }, | ||||||
|  |     "lodash.isinteger": { | ||||||
|  |       "version": "4.0.4", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", | ||||||
|  |       "integrity": "sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=" | ||||||
|  |     }, | ||||||
|  |     "lodash.isnumber": { | ||||||
|  |       "version": "3.0.3", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", | ||||||
|  |       "integrity": "sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=" | ||||||
|  |     }, | ||||||
|  |     "lodash.isplainobject": { | ||||||
|  |       "version": "4.0.6", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", | ||||||
|  |       "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=" | ||||||
|  |     }, | ||||||
|  |     "lodash.isstring": { | ||||||
|  |       "version": "4.0.1", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/lodash.isstring/-/lodash.isstring-4.0.1.tgz", | ||||||
|  |       "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=" | ||||||
|  |     }, | ||||||
|  |     "lodash.once": { | ||||||
|  |       "version": "4.1.1", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/lodash.once/-/lodash.once-4.1.1.tgz", | ||||||
|  |       "integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=" | ||||||
|  |     }, | ||||||
|     "luxon": { |     "luxon": { | ||||||
|       "version": "1.11.3", |       "version": "1.11.3", | ||||||
|       "resolved": "https://verdaccio.lossless.one/luxon/-/luxon-1.11.3.tgz", |       "resolved": "https://verdaccio.lossless.one/luxon/-/luxon-1.11.3.tgz", | ||||||
| @@ -1025,6 +1109,11 @@ | |||||||
|         } |         } | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "ms": { | ||||||
|  |       "version": "2.1.1", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/ms/-/ms-2.1.1.tgz", | ||||||
|  |       "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" | ||||||
|  |     }, | ||||||
|     "nan": { |     "nan": { | ||||||
|       "version": "2.12.1", |       "version": "2.12.1", | ||||||
|       "resolved": "https://verdaccio.lossless.one/nan/-/nan-2.12.1.tgz", |       "resolved": "https://verdaccio.lossless.one/nan/-/nan-2.12.1.tgz", | ||||||
| @@ -1232,14 +1321,12 @@ | |||||||
|     "safe-buffer": { |     "safe-buffer": { | ||||||
|       "version": "5.1.2", |       "version": "5.1.2", | ||||||
|       "resolved": "https://verdaccio.lossless.one/safe-buffer/-/safe-buffer-5.1.2.tgz", |       "resolved": "https://verdaccio.lossless.one/safe-buffer/-/safe-buffer-5.1.2.tgz", | ||||||
|       "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", |       "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" | ||||||
|       "dev": true |  | ||||||
|     }, |     }, | ||||||
|     "semver": { |     "semver": { | ||||||
|       "version": "5.6.0", |       "version": "5.6.0", | ||||||
|       "resolved": "https://verdaccio.lossless.one/semver/-/semver-5.6.0.tgz", |       "resolved": "https://verdaccio.lossless.one/semver/-/semver-5.6.0.tgz", | ||||||
|       "integrity": "sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==", |       "integrity": "sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==" | ||||||
|       "dev": true |  | ||||||
|     }, |     }, | ||||||
|     "set-blocking": { |     "set-blocking": { | ||||||
|       "version": "2.0.0", |       "version": "2.0.0", | ||||||
|   | |||||||
| @@ -20,5 +20,7 @@ | |||||||
|     "tslint": "^5.11.0", |     "tslint": "^5.11.0", | ||||||
|     "tslint-config-prettier": "^1.15.0" |     "tslint-config-prettier": "^1.15.0" | ||||||
|   }, |   }, | ||||||
|   "dependencies": {} |   "dependencies": { | ||||||
|  |     "jsonwebtoken": "^8.5.0" | ||||||
|  |   } | ||||||
| } | } | ||||||
|   | |||||||
| @@ -20,6 +20,8 @@ a package for handling jwt | |||||||
|  |  | ||||||
| For further information read the linked docs at the top of this readme. | For further information read the linked docs at the top of this readme. | ||||||
|  |  | ||||||
|  | This package is intended for being used serverside. There is a corresponding client package for browsers calls @pushrocks/webtoken | ||||||
|  |  | ||||||
| > MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh) | > MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh) | ||||||
| | By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html) | | By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,3 +1,5 @@ | |||||||
| import * as plugins from './smartjwt.plugins'; | import * as plugins from './smartjwt.plugins'; | ||||||
|  |  | ||||||
| export let standardExport = 'Hi there! :) This is an exported string'; | export class SmartJwt { | ||||||
|  |    | ||||||
|  | } | ||||||
| @@ -1,2 +1,4 @@ | |||||||
| const removeme = {}; | import * as jsonwebtoken from 'jsonwebtoken'; | ||||||
| export { removeme }; | export { | ||||||
|  |   jsonwebtoken | ||||||
|  | }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user