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

svelte-entitlement

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-entitlement - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

20

package.json
{
"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))**
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