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

@flecks/dox

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

@flecks/dox - npm Package Compare versions

Comparing version 3.1.4 to 3.1.5

4

build/generate.js

@@ -159,4 +159,4 @@ const {

source.push('<h3>Invocations</h3>');
invocations.forEach(({filename, type}) => {
source.push(`<div>(\`${type}\`) ${filename}</div>`);
invocations.forEach(({filename}) => {
source.push(`<div>${filename}</div>`);
});

@@ -163,0 +163,0 @@ source.push('</div>');

{
"name": "@flecks/dox",
"version": "3.1.4",
"version": "3.1.5",
"author": "cha0s",

@@ -29,3 +29,3 @@ "license": "MIT",

"@babel/types": "^7.17.0",
"@flecks/core": "^3.1.4",
"@flecks/core": "^3.1.5",
"comment-parser": "^1.3.0",

@@ -35,5 +35,5 @@ "rimraf": "^5.0.5"

"devDependencies": {
"@flecks/build": "^3.1.4",
"@flecks/fleck": "^3.1.4"
"@flecks/build": "^3.1.5",
"@flecks/fleck": "^3.1.5"
}
}
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