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

create-vitebook

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vitebook - npm Package Compare versions

Comparing version 0.25.2 to 0.25.3

template-root/src/global.css

2

package.json
{
"name": "create-vitebook",
"type": "module",
"version": "0.25.2",
"version": "0.25.3",
"license": "MIT",

@@ -6,0 +6,0 @@ "main": "bin/create-vitebook.js",

@@ -26,14 +26,2 @@ // @ts-check

);
builder.hooks.postBuild.push(() => {
const indexFile = builder.dirs.src.template.root.readFile('index.html');
builder.dirs.dest.root.writeFile(
'index.html',
indexFile.replace(
'<!--@vitebook/head-->',
`<link rel="stylesheet" href="/src/global.css" />\n <!--@vitebook/head-->`,
),
{ overwrite: true },
);
});
}

@@ -40,0 +28,0 @@

import { defineConfig } from '@vitebook/core/node';
export default defineConfig({
// Vitebook configuration.
vitebook: {},
});

Sorry, the diff of this file is not supported yet

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