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.0.3 to 2.0.4

33

package.json
{
"name": "svelte-common",
"version": "2.0.3",
"version": "2.0.4",
"publishConfig": {
"access": "public"
},
"main": "src/index.mjs",
"svelte": "src/index.svelte",
"main": "./src/index.mjs",
"svelte": "./src/index.svelte",
"description": "common components utils used in svelte apps",
"keywords": [
"svelte"
"component",
"svelte",
"web"
],

@@ -22,19 +24,16 @@ "contributors": [

"start": "rollup -c example/rollup.config.mjs -w",
"test": "testcafe $BROWSER:headless tests/*-test.js -s test-results --app-init-delay 500 --app \"rollup -c example/rollup.config.mjs -w\"",
"docs": "documentation readme src/index.mjs --section=API",
"lint": "documentation lint src/index.mjs"
"test": "testcafe $BROWSER:headless tests/*-test.js -s test-results --app-init-delay 1000 --app \"rollup -c example/rollup.config.mjs -w\"",
"docs": "documentation readme ./src/index.mjs --section=API",
"lint": "documentation lint ./src/index.mjs"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^7.1.3",
"documentation": "^12.3.0",
"rollup": "^2.7.3",
"@rollup/plugin-node-resolve": "^8.1.0",
"documentation": "^13.0.2",
"rollup": "^2.21.0",
"rollup-plugin-dev": "^1.1.2",
"rollup-plugin-svelte": "^5.2.1",
"semantic-release": "^17.0.7",
"svelte": "^3.21.0",
"testcafe": "^1.8.4"
"rollup-plugin-svelte": "git+https://github.com/ctavan/rollup-plugin-svelte.git#handle-missing-exports-gracefully",
"semantic-release": "^17.1.1",
"svelte": "^3.24.0",
"testcafe": "^1.8.8"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {

@@ -41,0 +40,0 @@ "type": "git",

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

[![downloads](http://img.shields.io/npm/dm/svelte-common.svg?style=flat-square)](https://npmjs.org/package/svelte-common)
[![Build Status](https://travis-ci.com/arlac77/svelte-common.svg?branch=master)](https://travis-ci.com/arlac77/svelte-common)
[![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)

@@ -9,0 +8,0 @@ [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

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