New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@friendofsvelte/django-kit

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@friendofsvelte/django-kit - npm Package Compare versions

Comparing version 0.0.1-dev.104 to 0.0.1-dev.105

4

dist/index.d.ts

@@ -0,2 +1,6 @@

import Flash from "./components/Flash.svelte";
export { via_route_name, via_route } from './actions.js';
export { django_fetch_handle } from './fetch_hook.js';
export { add_toast } from './notifier.svelte.js';
export { put_flash, flash_redirect } from './flash_message.js';
export { Flash };

@@ -0,2 +1,6 @@

import Flash from "./components/Flash.svelte";
export { via_route_name, via_route } from './actions.js';
export { django_fetch_handle } from './fetch_hook.js';
export { add_toast } from './notifier.svelte.js';
export { put_flash, flash_redirect } from './flash_message.js';
export { Flash };

8

package.json
{
"name": "@friendofsvelte/django-kit",
"version": "0.0.1-dev.104",
"version": "0.0.1-dev.105",
"scripts": {

@@ -31,5 +31,9 @@ "dev": "vite dev",

"./styles/*.css": "./dist/styles/*.css",
"./components/*": {
"./components/*.svelte": {
"types": "./dist/components/*.d.ts",
"svelte": "./dist/components/*.svelte"
},
"./notifier": {
"types": "./dist/notifier.svelte.d.ts",
"import": "./dist/notifier.svelte.js"
}

@@ -36,0 +40,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