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

gitbook-plugin-search

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-search - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

package.json

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

"main": "index.js",
"version": "1.0.0",
"version": "1.0.1",
"engines": {

@@ -23,5 +23,2 @@ "gitbook": ">=2.4.0"

},
"scripts": {
"prepublish": "cp node_modules/lunr/lunr.min.js ./assets/lunr.min.js"
},
"devDependencies": {

@@ -31,4 +28,4 @@ "less": "2.5.1"

"scripts": {
"prepublish": "lessc ./less/search.less > ./assets/search.css"
"prepublish": "cp node_modules/lunr/lunr.min.js ./assets/lunr.min.js;lessc ./less/search.less > ./assets/search.css"
}
}
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