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

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.5.0 to 0.5.1

2

package.json
{
"name": "nuekit",
"version": "0.5.0",
"version": "0.5.1",
"description": "The closer-to-standards web framework. Build sites and apps with less effort.",

@@ -5,0 +5,0 @@ "homepage": "https://nuejs.org",

@@ -103,3 +103,2 @@

document.startViewTransition(async function() {
console.info('asdlfkjasd')
await loadPage(path)

@@ -106,0 +105,0 @@ history.pushState({ path }, 0, path)

@@ -55,3 +55,3 @@

// scripts
const scripts = data.scripts = await site.getScripts(dir, data.include)
const scripts = data.scripts = await site.getScripts(dir, data.main)

@@ -58,0 +58,0 @@ // components

@@ -209,5 +209,5 @@

self.getScripts = async function (dir, include=['main.js']) {
self.getScripts = async function (dir, main=['main.js']) {
const arr = await getAssets({ dir, exts: ['js', 'ts'], to_ext: 'js' })
return arr.filter(path => include.includes(basename(path)))
return arr.filter(path => main.includes(basename(path)))
}

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