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

docset-creator

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docset-creator - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

11

dist/browser-selector.js

@@ -239,13 +239,2 @@ "use strict";

}
// normalize the entries
Object.entries(entries).forEach(([key, typedEntries]) => {
for (let name in typedEntries) {
if (typedEntries[name]) {
typedEntries[name] = typedEntries[name].replace(/\\/g, "/");
}
else {
delete typedEntries[name];
}
}
});
options.entries = union(options.entries, entries);

@@ -252,0 +241,0 @@ yield browser.close();

1

dist/docset-creator.js

@@ -112,2 +112,3 @@ "use strict";

}
_path = _path.replace(/\\/g, "/");
fileRefs.push({ type: type, path: _path, name });

@@ -114,0 +115,0 @@ commands.push(`INSERT OR IGNORE INTO searchIndex(name, type, path) VALUES ('${escape(name)}', '${escape(type)}', '${escape(_path)}');`);

{
"name": "docset-creator",
"version": "0.0.10",
"version": "0.0.11",
"description": "A general purprose docset creator utility",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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