Socket
Socket
Sign inDemoInstall

runatics

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

29

dist/Runatics.svelte.d.ts

@@ -1,22 +0,5 @@

/** @typedef {typeof __propDef.props} RunaticsProps */
/** @typedef {typeof __propDef.events} RunaticsEvents */
/** @typedef {typeof __propDef.slots} RunaticsSlots */
/**
* [Go to docs](https://runatics.codewithshin.com/)
* ## Props
* @props:
*/
export default class Runatics extends SvelteComponent<{
analyticsId: unknown;
}, {
[evt: string]: CustomEvent<any>;
}, {}> {
}
export type RunaticsProps = typeof __propDef.props;
export type RunaticsEvents = typeof __propDef.events;
export type RunaticsSlots = typeof __propDef.slots;
import { SvelteComponent } from "svelte";
declare const __propDef: {
props: {
analyticsId: unknown;
analyticsId: string;
};

@@ -28,2 +11,12 @@ events: {

};
export type RunaticsProps = typeof __propDef.props;
export type RunaticsEvents = typeof __propDef.events;
export type RunaticsSlots = typeof __propDef.slots;
/**
* [Go to docs](https://runatics.codewithshin.com/)
* ## Props
* @props: analyticsId: string;
*/
export default class Runatics extends SvelteComponent<RunaticsProps, RunaticsEvents, RunaticsSlots> {
}
export {};
{
"name": "runatics",
"version": "0.1.1",
"version": "0.1.2",
"files": [

@@ -5,0 +5,0 @@ "dist",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc