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

svelte-common

Package Overview
Dependencies
Maintainers
1
Versions
378
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-common - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

src/components/About.svelte

22

package.json
{
"name": "svelte-common",
"version": "2.2.0",
"version": "2.2.1",
"publishConfig": {
"access": "public"
},
"main": "./src/index.mjs",
"svelte": "./src/index.svelte",
"description": "common components utils used in svelte apps",
"description": "common components and utils used in svelte apps",
"keywords": [

@@ -24,3 +23,4 @@ "component",

"start": "rollup -c example/rollup.config.mjs -w",
"test": "testcafe $BROWSER:headless tests/*-test.js -s test-results --app-init-delay 1000 --app \"rollup -c example/rollup.config.mjs -w\"",
"test": "npm run test:cafe",
"test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --app-init-delay 1000 --app \"rollup -c example/rollup.config.mjs -w\"",
"docs": "documentation readme ./src/index.mjs --section=API",

@@ -30,10 +30,10 @@ "lint": "documentation lint ./src/index.mjs"

"devDependencies": {
"@rollup/plugin-node-resolve": "^8.0.1",
"documentation": "^13.0.1",
"rollup": "^2.15.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"documentation": "^13.0.2",
"rollup": "^2.26.9",
"rollup-plugin-dev": "^1.1.2",
"rollup-plugin-svelte": "git+https://github.com/ctavan/rollup-plugin-svelte.git#handle-missing-exports-gracefully",
"semantic-release": "^17.0.8",
"svelte": "^3.23.2",
"testcafe": "^1.8.6"
"rollup-plugin-svelte": "^6.0.0",
"semantic-release": "^17.1.1",
"svelte": "^3.24.1",
"testcafe": "^1.9.2"
},

@@ -40,0 +40,0 @@ "repository": {

@@ -7,5 +7,3 @@ [![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev)

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/arlac77/svelte-common.git)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/svelte-common/badge.svg)](https://snyk.io/test/github/arlac77/svelte-common)
[![Build Action Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farlac77%2Fsvelte-common%2Fbadge&style=flat)](https://actions-badge.atrox.dev/arlac77/svelte-common/goto)

@@ -18,2 +16,5 @@ # svelte-common

Check out the code in the [example](/example) folder,
or the [live example](https://arlac77.github.io/components/svelte-common/example/index.html).
# API

@@ -20,0 +21,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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