Socket
Socket
Sign inDemoInstall

@takuma-ru/auto-story-generator

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

@takuma-ru/auto-story-generator - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

dist/index.js

@@ -24,3 +24,3 @@ var __defProp = Object.defineProperty;

import { consola as consola4 } from "consola";
import glob2 from "glob";
import { sync } from "glob";
import { from, mergeMap } from "rxjs";

@@ -1006,3 +1006,3 @@ import { createUnplugin } from "unplugin";

}
const allFiles = glob2.sync(path3.join(process.cwd(), "**"));
const allFiles = sync(path3.join(process.cwd(), "**"));
from(allFiles).pipe(

@@ -1009,0 +1009,0 @@ mergeMap(async (filePath) => {

@@ -5,3 +5,3 @@ {

"private": false,
"version": "0.3.0",
"version": "0.3.1",
"main": "./dist/index.js",

@@ -8,0 +8,0 @@ "module": "./dist/index.js",

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