Socket
Socket
Sign inDemoInstall

svelte-bird

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-bird - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

16

package.json
{
"name": "svelte-bird",
"version": "0.0.4",
"version": "0.0.5",
"description": "svelte-bird is a Svelte/Sveltekit admin template.",

@@ -41,5 +41,17 @@ "repository": {

},
"./dist/css/*.css": {
"./css/*.css": {
"import": "./dist/css/*.css",
"require": "./dist/css/*.css"
},
"./components": {
"types": "./dist/components/index.d.ts",
"svelte": "./dist/components/index.js"
},
"./types": {
"types": "./dist/types/index.d.ts",
"svelte": "./dist/types/index.js"
},
"./stores": {
"types": "./dist/stores/index.d.ts",
"svelte": "./dist/stores/index.js"
}

@@ -46,0 +58,0 @@ },

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