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

webdetta

Package Overview
Dependencies
Maintainers
0
Versions
490
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdetta - npm Package Compare versions

Comparing version 0.1.98 to 0.1.99

2

package.json
{
"name": "webdetta",
"version": "0.1.98",
"version": "0.1.99",
"author": "Fedot Kriutchenko <fodyadev@gmail.com>",

@@ -5,0 +5,0 @@ "description": "",

@@ -117,3 +117,3 @@ import { Context } from '../common/context.js';

}
const isolate = func => withHandler(func, null);
const detach = func => withHandler(func, null)();
const scope = func => {

@@ -162,3 +162,3 @@ let controller;

scope: scope,
isolate: isolate,
detach: detach,
effect: effect,

@@ -165,0 +165,0 @@ derive: derive,

@@ -31,4 +31,5 @@ import { kebab } from '../common/dom.js';

export const operators = {
append: (node, ...args) => Element.append(node, args),
remove: (node) => Element.remove(node),
ref: ref,
append: (node, ...args) => Element.append(node, args),

@@ -35,0 +36,0 @@ if: (cond, ...args) => createIf().elif(cond, args),

@@ -18,3 +18,2 @@ import { el } from '../realdom/index.js';

for (const param of paramKeys) {
console.log('param', param, params[param]);
paramVal(key, param)(params[param]);

@@ -21,0 +20,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