Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@digibib/deichman-admin-frontend-common

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digibib/deichman-admin-frontend-common - npm Package Compare versions

Comparing version 1.0.2 to 2.0.1

dist/index.js

70

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc