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

alga-js

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alga-js - npm Package Compare versions

Comparing version 0.1.0-alpha-5 to 0.1.0-alpha-6

6

package.json
{
"name": "alga-js",
"version": "0.1.0-alpha-5",
"version": "0.1.0-alpha-6",
"description": "Alga.js is a JavaScript helper to help build UI components by using any of modern web frameworks or libraries",

@@ -9,4 +9,4 @@ "module": "./lib/alga.es.js",

".": {
"import": "./dist/alga.es.js",
"require": "./dist/alga-cjs.js",
"import": "./lib/alga.es.js",
"require": "./lib/alga-cjs.js",
"types": "./types/alga.d.ts"

@@ -13,0 +13,0 @@ },

@@ -15,6 +15,6 @@ <p align="center" style="text-align: center">

# Alga.js
Alga.js is a JavaScript helper to help build UI components by using any of modern web frameworks or libraries, especially the frameworks that we currently use like Vue, Petite-Vue, Alpine.js and Vanilla Web Components to produce our custom elements, see [the documentation here](https://algajs.tedir.dev) or visit this link `https://algajs.tedir.dev`.
Alga.js is a JavaScript helper to help build UI components by using any of modern web frameworks or libraries, see [the documentation here](https://algajs.tedir.dev) or visit this link `https://algajs.tedir.dev`.
## Installation
This Alga.js is a pure JavaScript plugin, so it doesn't have any dependencies and you can install it by using NPM or Yarn.
This Alga.js is a pure JavaScript plugin, so it doesn't have any dependencies and you can install it by using NPM or Yarn. Don't forget to use `--save-dev` flag when installing it.

@@ -26,3 +26,3 @@ ```sh

yarn add alga-js
yarn add alga-js --dev
```

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