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

create-nue

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-nue - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

cli.js

@@ -1,2 +0,1 @@

import { promises as fs } from 'node:fs'

@@ -8,3 +7,2 @@ import { sep, join } from 'node:path'

async function copyTemplate(name, to) {

@@ -15,4 +13,4 @@ const s = p.spinner()

const src = join(root, name)
const filter = path => !path.includes(sep + '.')
await fs.cp(src, to, { recursive: true, force: true, filter })
// const filter = path => !path.includes(sep + '.')
await fs.cp(src, to, { recursive: true, force: true })
s.stop(`Copied template ${name} to ${to}`)

@@ -19,0 +17,0 @@ }

{
"name": "create-nue",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/nuejs/create-nue",

@@ -6,0 +6,0 @@ "description": "Develop websites and single-page applications faster with the power of universal hot-reloading",

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