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

kolay

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kolay - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

7

package.json
{
"name": "kolay",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -49,3 +49,8 @@ "keywords": [

},
"volta": {
"node": "20.10.0",
"pnpm": "8.13.1"
},
"scripts": {
"fix": "pnpm lint:fix && pnpm --filter docs-app lint:fix",
"lint": "concurrently 'npm:lint:*(!fix)' --names 'lint:'",

@@ -52,0 +57,0 @@ "lint:fix": "pnpm lint:js:fix && pnpm lint:prettier:fix",

4

src/plugins/create-manifest.js

@@ -7,3 +7,3 @@ import { createUnplugin } from 'unplugin';

export const createManifest = createUnplugin((options) => {
let { src, dest, name, include, exclude } = options ?? {};
let { src, dest, name, include, exclude, onlyDirectories } = options ?? {};

@@ -14,2 +14,3 @@ dest ??= src;

exclude ??= [];
onlyDirectories ??= false;

@@ -25,2 +26,3 @@ return {

expandDirectories: true,
onlyDirectories,
});

@@ -27,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