fetch-sveltekit
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "fetch-sveltekit", | ||
"version": "0.0.1", | ||
"svelte": "index.js", | ||
"devDependencies": { | ||
"@sveltejs/adapter-auto": "next", | ||
"@sveltejs/kit": "next", | ||
"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" | ||
}, | ||
"version": "0.0.2", | ||
"description": "fonction de requête API", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/woopear/woopear_svelte-sveltekit_package/fetch_service" | ||
"url": "https://github.com/woopear/woopear_svelte-sveltekit_package/fetch_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": { | ||
"@types/cookie": "^0.4.1", | ||
"@types/crypto-js": "^4.1.0", | ||
"@types/jsonwebtoken": "^8.5.8", | ||
"typescript": "^4.5.4", | ||
"rimraf": "^3.0.2" | ||
}, | ||
"keywords": [ | ||
@@ -25,9 +39,3 @@ "fetch", | ||
"author": "woopear <woopears@gmail.com>", | ||
"license": "ISC", | ||
"type": "module", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
"./fetch-service": "./fetch-service.js", | ||
".": "./index.js" | ||
} | ||
} | ||
"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
26057
5
16
357
1
3