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

deleight

Package Overview
Dependencies
Maintainers
0
Versions
97
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 5.1.3 to 5.1.4

2

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

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

@@ -74,3 +74,3 @@ # Deleight

Primitives to help with loading and using stylesheets. Using **css**, you can
Primitives for loading and using stylesheets. Using **css**, you can

@@ -107,3 +107,3 @@ - create `CSSStyleSheet` instances from CSS files or text

Uing **sharedmember**, you can add more structure and concision in your code. Using **deepmember**, you can help trivially implement things like routing.
Uing **sharedmember**, you can add more structure and concision in your code by manipulating multiple objects with a single action. Using **deepmember**, you can trivially implement things like routing. Async deep member access can be used to access server data like other objects on the client.

@@ -142,6 +142,5 @@ ```js

Many simple steps have been implemented to do things like call functions with the same scope and arguments, pipe functions, access properties on multiple objects, spread and compact values, etc.
Many simple steps have been implemented to do things like call functions with the same scope and arguments, chain functions, access properties on multiple objects, spread and compact values, etc.
Think of a `Process` here as a function whose lines are as items in an array. We can manipulate them however we want. We can also define the meaning of
all the keywords. It is helpful for creating DSLs or generating code on the fly, such as from markup.
Think of a `Process` here as a function whose lines are as items in an array. We can manipulate them however we want. We can also define the meaning of all the keywords. Process is meant for generating and modifying code on the fly without using Function constructor. We can use it to setup reactivity among other things.

@@ -148,0 +147,0 @@ ### [proxy](https://mksunny1.github.io/deleight-api-docs/main/modules/deleight.Proxy.html)

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