@digibib/deichman-admin-frontend-common
Advanced tools
Comparing version 1.0.2 to 2.0.1
{ | ||
"name": "@digibib/deichman-admin-frontend-common", | ||
"version": "1.0.2", | ||
"main": "public/bundle.js", | ||
"module": "public/bundle.es.js", | ||
"author": "Digital Development Team at Oslo Public Library <digibib@gmail.com>", | ||
"description": "Helpers for the internal frontend applications", | ||
"license": "MIT", | ||
"url": "https://www.deichman.no/", | ||
"version": "2.0.1", | ||
"description": "Set of common Deichman Svelte components", | ||
"svelte": "src/index.js", | ||
"module": "dist/index.mjs", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"public/bundle.js", | ||
"public/bundle.es.js", | ||
"src" | ||
"index.mjs", | ||
"index.js" | ||
], | ||
"devDependencies": { | ||
"eslint": "^5.0.1", | ||
"eslint-plugin-html": "^4.0.5", | ||
"eslint-plugin-import": "^2.13.0", | ||
"rollup": "^0.64.1", | ||
"rollup-plugin-buble": "^0.19.2", | ||
"rollup-plugin-commonjs": "^9.1.5", | ||
"rollup-plugin-multi-entry": "^2.0.2", | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
"rollup-plugin-replace": "^2.0.0", | ||
"rollup-plugin-terser": "^1.0.1" | ||
"@babel/core": "^7.18.9", | ||
"@babel/eslint-parser": "^7.18.9", | ||
"@rollup/plugin-commonjs": "^12.0.0", | ||
"@rollup/plugin-node-resolve": "^8.0.0", | ||
"@rollup/plugin-typescript": "^8.3.3", | ||
"@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/svelte": "^3.1.3", | ||
"@testing-library/user-event": "^14.3.0", | ||
"@tsconfig/svelte": "^3.0.0", | ||
"@types/jest": "^28.1.6", | ||
"@typescript-eslint/eslint-plugin": "^5.30.7", | ||
"@typescript-eslint/parser": "^5.30.7", | ||
"eslint": "^8.20.0", | ||
"eslint-plugin-html": "^7.0.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-svelte3": "^4.0.0", | ||
"jest": "^28.1.3", | ||
"jest-environment-jsdom": "^28.1.3", | ||
"rollup": "^2.3.4", | ||
"rollup-plugin-livereload": "^2.0.5", | ||
"rollup-plugin-serve": "^2.0.0", | ||
"rollup-plugin-svelte": "~6.1.1", | ||
"rollup-plugin-terser": "^5.1.2", | ||
"svelte": "3.39.0", | ||
"svelte-check": "^2.8.0", | ||
"svelte-jester": "^2.3.2", | ||
"svelte-loader": "^3.1.3", | ||
"svelte-preprocess": "^4.10.7", | ||
"ts-jest": "^28.0.7", | ||
"ts-node": "^10.9.1", | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.7.4" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"dev": "rollup -c -w", | ||
"lint": "eslint --ext .js src", | ||
"prepare": "npm run lint && npm run build" | ||
}, | ||
"dependencies": { | ||
"query-string": "^6.1.0" | ||
"dev": "rollup -c rollup.config.dev.js -w", | ||
"lint": "eslint './src/**/*.{js,ts,svelte}'", | ||
"prepare": "npm run lint && npm run build", | ||
"check": "svelte-check --tsconfig ./tsconfig.json", | ||
"test": "jest --coverage" | ||
} | ||
} |
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
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
Copyleft License
License(Experimental) Copyleft license information was found.
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
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
77462
0
66
2
32
5
2
70
150
2
- Removedquery-string@^6.1.0
- Removeddecode-uri-component@0.2.2(transitive)
- Removedfilter-obj@1.1.0(transitive)
- Removedquery-string@6.14.1(transitive)
- Removedsplit-on-first@1.1.0(transitive)
- Removedstrict-uri-encode@2.0.0(transitive)