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

@kickstartds/core

Package Overview
Dependencies
Maintainers
2
Versions
679
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kickstartds/core - npm Package Compare versions

Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5

2

lib/component/Component.js

@@ -1,1 +0,1 @@

function t(t,i,e){return i in t?Object.defineProperty(t,i,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[i]=e,t}class i{constructor(t){if(this.element=t,this.constructor.actions){const i=Object.keys(this.constructor.actions);window.rm.radio.off(this.publicApiSubscription),this.publicApiSubscription=window.rm.radio.on(this.constructor.identifier,((e,{args:n=[],element:o}={})=>{const s=e.split(".")[2];!s||!i.includes(s)||o&&o!==t||this[s](...n)}))}}handleEvent(t){this[`on${t.type}`](t)}}t(i,"isComponent",!0),t(i,"identifier",""),t(i,"events",{}),t(i,"actions",{});export default i;
class t{constructor(t){if(this.element=t,this.constructor.actions){const i=Object.keys(this.constructor.actions);window.rm.radio.off(this.publicApiSubscription),this.publicApiSubscription=window.rm.radio.on(this.constructor.identifier,((s,{args:n=[],element:o}={})=>{const e=s.split(".")[2];!e||!i.includes(e)||o&&o!==t||this[e](...n)}))}}handleEvent(t){this[`on${t.type}`](t)}}t.isComponent=!0,t.identifier="",t.events={},t.actions={};export default t;
{
"name": "@kickstartds/core",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "kickstartDS Core Module",

@@ -20,3 +20,3 @@ "author": "ruhmesmeile GmbH <mail@ruhmesmeile.com> (https://ruhmesmeile.com)",

"dependencies": {
"@babel/runtime-corejs3": "^7.13.10",
"@babel/runtime": "^7.13.17",
"bourbon": "^7.0.0",

@@ -31,3 +31,3 @@ "htm": "^3.0.4",

},
"gitHead": "bce7f0460395cb33bcbd0fc1749bf219c47f446e"
"gitHead": "6527122ad812860de851489af3d83276b2043b63"
}
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