svelte-entitlement
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "svelte-entitlement", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"svelte": "./src/index.svelte", | ||
@@ -16,11 +16,11 @@ "keywords": [ | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"docs": "documentation readme ./src/index.svelte --section=API", | ||
"docs": "documentation readme --section=API ./src/**/*.mjs", | ||
"lint": "npm run lint:docs", | ||
"lint:docs": "documentation lint ./src/index.svelte" | ||
"lint:docs": "documentation lint ./src/**/*.mjs" | ||
}, | ||
"dependencies": { | ||
"svelte-dnd-action": "^0.7.4" | ||
"svelte-dnd-action": "^0.8.8" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^11.0.1", | ||
"@rollup/plugin-node-resolve": "^11.1.0", | ||
"@rollup/plugin-virtual": "^2.0.3", | ||
@@ -31,10 +31,10 @@ "ava": "^3.15.0", | ||
"mf-styling": "arlac77/mf-styling", | ||
"postcss": "^8.2.3", | ||
"postcss": "^8.2.4", | ||
"postcss-import": "^14.0.0", | ||
"rollup": "^2.36.1", | ||
"rollup": "^2.38.0", | ||
"rollup-plugin-dev": "^1.1.3", | ||
"rollup-plugin-postcss": "^4.0.0", | ||
"rollup-plugin-svelte": "^7.0.0", | ||
"semantic-release": "^17.3.1", | ||
"svelte": "^3.31.2", | ||
"rollup-plugin-svelte": "^7.1.0", | ||
"semantic-release": "^17.3.7", | ||
"svelte": "^3.32.0", | ||
"testcafe": "^1.10.1" | ||
@@ -41,0 +41,0 @@ }, |
@@ -11,2 +11,3 @@ [![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/svelte-entitlement/badge.svg)](https://snyk.io/test/github/arlac77/svelte-entitlement) | ||
[![Tested with TestCafe](https://img.shields.io/badge/tested%20with-TestCafe-2fa4cf.svg)](https://github.com/DevExpress/testcafe) | ||
@@ -19,2 +20,11 @@ # svelte-entitlement | ||
## Table of Contents | ||
### Table of Contents | ||
- [Entitlement](#entitlement) | ||
- [Parameters](#parameters) | ||
## Entitlement | ||
### Parameters | ||
- `data` **([string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String) \| [Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object))** |
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
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
6677
29
+ Addedsvelte-dnd-action@0.8.9(transitive)
- Removedsvelte-dnd-action@0.7.4(transitive)
Updatedsvelte-dnd-action@^0.8.8