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

deleight

Package Overview
Dependencies
Maintainers
0
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deleight - npm Package Compare versions

Comparing version

to
5.6.3

4

dist/cjs/dom/apply/apply.d.ts

@@ -80,4 +80,4 @@ /**

* import { map, range, forEach, zip } from 'deleight/generators';
* apply({
* applyAll: ([main]) => {
* applyAll({
* main: ([main]) => {
* const newContent = map(range(101, 120), i => `My index is now ${i}`);

@@ -84,0 +84,0 @@ * const lastChildren = map(main.children, c => c.lastElementChild);

@@ -94,4 +94,4 @@ "use strict";

* import { map, range, forEach, zip } from 'deleight/generators';
* apply({
* applyAll: ([main]) => {
* applyAll({
* main: ([main]) => {
* const newContent = map(range(101, 120), i => `My index is now ${i}`);

@@ -98,0 +98,0 @@ * const lastChildren = map(main.children, c => c.lastElementChild);

@@ -80,4 +80,4 @@ /**

* import { map, range, forEach, zip } from 'deleight/generators';
* apply({
* applyAll: ([main]) => {
* applyAll({
* main: ([main]) => {
* const newContent = map(range(101, 120), i => `My index is now ${i}`);

@@ -84,0 +84,0 @@ * const lastChildren = map(main.children, c => c.lastElementChild);

@@ -87,4 +87,4 @@ /**

* import { map, range, forEach, zip } from 'deleight/generators';
* apply({
* applyAll: ([main]) => {
* applyAll({
* main: ([main]) => {
* const newContent = map(range(101, 120), i => `My index is now ${i}`);

@@ -91,0 +91,0 @@ * const lastChildren = map(main.children, c => c.lastElementChild);

{
"name": "deleight",
"version": "5.6.2",
"version": "5.6.3",
"description": "A library with 9 modules for writing more expressive web applications with traditional HTML, CSS and JavaScript.",

@@ -5,0 +5,0 @@ "type": "module",

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

# Deleight
# Deleight (v5.6.3)

@@ -3,0 +3,0 @@ ![Logo](https://github.com/mksunny1/deleight/blob/main/docs/assets/logos/logo.png?raw=true)