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
479
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.0.78 to 0.0.79

2

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

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

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

import { el } from 'webdetta/vdom';
import { el } from '../vdom/index.js';

@@ -3,0 +3,0 @@ import { Adapter } from './index.js';

import { operator, hook } from './operators.js';
import { Fragment, Element, append, attach } from './vdom.js';
import { throttle } from 'webdetta/common/func';
import { Builder } from 'webdetta/common/builder';
import { throttle } from '../common/func.js';
import { Builder } from '../common/builder.js';

@@ -6,0 +6,0 @@ const CompData = (ctx) => ({

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

import { Builder } from 'webdetta/common/builder';
import { isTemplateCall, templateCallToArray } from 'webdetta/common/func';
import { Builder } from '../common/builder.js';
import { isTemplateCall, templateCallToArray } from '../common/func.js';

@@ -4,0 +4,0 @@ const unwrap = (x) => (typeof x === 'function') ? unwrap(x()) : x;

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

import { Builder, launch, isBuilder } from 'webdetta/common/builder';
import { throttle, templateCallToArray } from 'webdetta/common/func';
import { Builder, launch, isBuilder } from '../common/builder.js';
import { throttle, templateCallToArray } from '../common/func.js';
import { patch, VNode } from './snabb.js';

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