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

bisheng-plugin-uxcore

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bisheng-plugin-uxcore - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/process-doc.js

6

lib/node.js
const path = require('path');
const processDemo = require('./process-demo');
const processDoc = require('./process-doc');

@@ -7,6 +8,9 @@

const isDemo = /^demos\//i.test(path.dirname(markdownData.meta.filename));
const isHistory = path.basename(markdownData.meta.filename) === 'HISTORY.md';
if (isDemo) {
return processDemo(markdownData);
} else if (isHistory) {
return markdownData;
}
return markdownData;
return processDoc(markdownData);
}

2

package.json
{
"name": "bisheng-plugin-uxcore",
"version": "1.0.0",
"version": "1.0.1",
"description": "bisheng plugin for uxcore doc site",

@@ -5,0 +5,0 @@ "scripts": {

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