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

deleight

Package Overview
Dependencies
Maintainers
1
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 1.1.9 to 1.1.10

4

package.json
{
"name": "deleight",
"version": "1.1.9",
"version": "1.1.10",
"description": "A group of 8 libraries for writing accessible and joyfully interactive web applications with traditional HTML, CSS and JavaScript.",

@@ -48,3 +48,3 @@ "type": "module",

"wtest": "node --experimental-modules --test --watch",
"doc": "npx typedoc --out ./docs//api ./src/*.ts",
"doc": "npx typedoc --out ./docs//api/deleight-api-docs/main ./src/*.ts",
"compile": "npx tsc",

@@ -51,0 +51,0 @@ "build": "npx tsc && rollup -c",

@@ -11,7 +11,7 @@ # Deleight

- Back-end developers using any technology can stop worrying about front-end complexity. Deleight ships modern ES6 modules which can be loaded directly into webpages. Because the framework is modular and compact, you only load the libraries you need into your pages. You can also compose them with your favourite back-end template engines to reduce the number of files to load. Finally, the [API](https://mksunny1.github.io/deleight/docs/api/) is small and natural; it is very easy to pick up in a few hours.
- Back-end developers using any technology can stop worrying about front-end complexity. Deleight ships modern ES6 modules which can be loaded directly into webpages. Because the framework is modular and compact, you only load the libraries you need into your pages. You can also compose them with your favourite back-end template engines to reduce the number of files to load. Finally, the [API](https://mksunny1.github.io/deleight-api-docs/main) is small and natural; it is very easy to pick up in a few hours.
- Ultimately users, (that is _all of us_), will benefit the most when all the industry practitioners have the right tools to be more productive. HTML, JavaScript and CSS are *all* amazinng technologies and we need to emphasize and consolidate this in modern web development.
Apart from this brief guide and the [API](https://mksunny1.github.io/deleight/docs/api/) documentation, there are also some examples which can be used to understand how the parts fit together and to develop a feel for using deleight. If you want to see the output of the exmples, you can run the included server with `npm start` and visit the 'examples' site at http://localhost:8000/docs/examples/index.html. The site is also hosted online [here](https://mksunny1.github.io/deleight/docs/examples).
Apart from this brief guide and the [API](https://mksunny1.github.io/deleight-api-docs/main) documentation, there are also some examples which can be used to understand how the parts fit together and to develop a feel for using deleight. If you want to see the output of the exmples, you can run the included server with `npm start` and visit the 'examples' site at http://localhost:8000/docs/examples/index.html. The site is also hosted online [here](https://mksunny1.github.io/deleight/docs/examples).

@@ -18,0 +18,0 @@ What follows is a brief description of the libraries and how to include them in your projects.

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