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.31 to 1.2.32

40

package.json
{
"name": "svelte-entitlement",
"version": "1.2.31",
"version": "1.2.32",
"publishConfig": {

@@ -33,15 +33,15 @@ "access": "public"

"@semantic-release/release-notes-generator": "^10.0.3",
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"ava": "^4.3.1",
"@sveltejs/vite-plugin-svelte": "^1.0.9",
"ava": "^5.0.1",
"c8": "^7.12.0",
"documentation": "^13.2.5",
"mf-styling": "^1.2.45",
"npm-pkgbuild": "^10.14.8",
"semantic-release": "^19.0.3",
"svelte": "^3.49.0",
"testcafe": "^1.20.1",
"vite": "^3.0.8"
"documentation": "^14.0.0",
"mf-styling": "^1.7.23",
"npm-pkgbuild": "^10.15.6",
"semantic-release": "^19.0.5",
"svelte": "^3.52.0",
"testcafe": "^2.0.1",
"vite": "^3.1.8"
},
"optionalDependencies": {
"mf-hosting": "^1.7.2"
"mf-hosting": "^1.7.4"
},

@@ -72,6 +72,20 @@ "repository": {

{
"publishCmd": "npx npm-pkgbuild --available --continue --verbose"
"publishCmd": "npx npm-pkgbuild --available --continue"
}
],
"@semantic-release/github"
[
"@semantic-release/github",
{
"assets": [
{
"path": "dist/*.deb",
"label": "Debian Package"
},
{
"path": "dist/*.pkg.*",
"label": "Arch Linux Package"
}
]
}
]
]

@@ -78,0 +92,0 @@ },

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

* `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))**
* `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