cookie-jwt-crypto-sveltekit
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "cookie-jwt-crypto-sveltekit", | ||
"version": "0.0.1", | ||
"svelte": "index.js", | ||
"version": "0.0.2", | ||
"description": "fonction de creation d'un jwt + d'un cookie (affectation httponly) + authorization graphcms dans le header, le tout fonctionnant dans le hooks de sveltekit + crypto pour les hash de mot de passe", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/woopear/woopear_svelte-sveltekit_package/cookie_jwt_crypto_sveltekit" | ||
}, | ||
"type": "module", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "./dist/esm/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"scripts": { | ||
"build": "rimraf ./dist && tsc -p tsconfig-cjs.json && tsc -p tsconfig.json && node ./postbuild.mjs", | ||
"dev": "tsc -w", | ||
"test": "loadr -- uvu tests", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@sveltejs/adapter-auto": "next", | ||
"@sveltejs/kit": "next", | ||
"@types/cookie": "^0.4.1", | ||
"@types/crypto-js": "^4.1.0", | ||
"@types/jsonwebtoken": "^8.5.8", | ||
"svelte": "^3.44.0", | ||
"svelte-check": "^2.2.6", | ||
"svelte-preprocess": "^4.9.4", | ||
"svelte2tsx": "^0.4.14", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.4.3" | ||
"typescript": "^4.5.4", | ||
"rimraf": "^3.0.2" | ||
}, | ||
@@ -23,13 +38,4 @@ "dependencies": { | ||
}, | ||
"type": "module", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
"./cookie-service": "./cookie-service.js", | ||
"./crypto-service": "./crypto-service.js", | ||
".": "./index.js", | ||
"./jwt-service": "./jwt-service.js", | ||
"./types/image": "./types/image.js", | ||
"./types/jwt": "./types/jwt.js", | ||
"./types/person": "./types/person.js" | ||
} | ||
} | ||
"author": "woopear <woopears@gmail.com>", | ||
"license": "ISC" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
42742
5
36
0
781
1
1