Socket
Socket
Sign inDemoInstall

nuekit

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuekit - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

src/browser/diffdom.js

2

package.json
{
"name": "nuekit",
"version": "0.1.2",
"version": "0.1.3",

@@ -5,0 +5,0 @@ "description": "The Nue framework for building websites and webapps",

<div align="center">
<a href="https://nuejs.org"><img src="https://nuejs.org/logo.svg" width="80"></a>
<h1 align="center" style="border:0">Nue</h1>
<h3 align="center">Simple Next.js / Astro alternative with universal hot-reloading</h3>
<h3 align="center">Simple Next.js and Astro alternative with universal hot-reloading</h3>
</div>
<p align="center">
<a aria-label="NPM version" href="https://www.npmjs.com/package/nuejs-core">
<img alt="" src="https://img.shields.io/npm/v/nuejs-core.svg?style=for-the-badge&labelColor=000000">
<a aria-label="NPM version" href="https://www.npmjs.com/package/nuekit">
<img alt="" src="https://img.shields.io/npm/v/nuekit.svg?style=for-the-badge&labelColor=000000">
</a>
<a aria-label="License" href="https://github.com/nuejs/nuejs/blob/master/LICENSE">
<a aria-label="License" href="https://github.com/nuejs/nue/blob/master/LICENSE">
<img alt="" src="https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge&labelColor=000000">
</a>
<a aria-label="Join the community on GitHub" href="https://github.com/nuejs/nuejs/discussions">
<a aria-label="Join the community on GitHub" href="https://github.com/nuejs/nue/discussions">
<img alt="" src="https://img.shields.io/badge/Join%20the%20community-blueviolet.svg?style=for-the-badge&labelColor=000000&logoWidth=20">

@@ -20,3 +20,3 @@ </a>

<br>
### Getting Started

@@ -30,3 +30,3 @@

![Nue Roadmap](https://nuejs.org/img/roadmap-big.png)
![Nue Roadmap](https://nuejs.org/img/roadmap2-big.png)

@@ -41,3 +41,3 @@

Please see [GitHub discussions](https://github.com/nuejs/nuejs/discussions)
Please see [GitHub discussions](https://github.com/nuejs/nue/discussions)

@@ -55,7 +55,5 @@

await symlink(join(assets, 'mount.js'))
// dev only
await symlink(join(root, 'node_modules/diff-dom/dist/module.js'), 'diffdom.js')
await symlink(join(assets, 'diffdom.js'))
await symlink(join(assets, 'error.css'))
await compileFile(join(assets, 'error.nue'), join(nuedir, 'error.js'))
await symlink(join(assets, 'error.css'))
}

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