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

elfinder

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elfinder - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

element-finder.js

@@ -39,3 +39,3 @@ #!/usr/bin/env node

program
.version('0.1.0')
.version('0.1.1')
.option('-s, --selector <string>', 'search for this Sizzle selector', stripQuotes)

@@ -42,0 +42,0 @@ .option('-x, --extension <csv list>', 'only search files with this extension (default html)', list, ['html'])

{
"name" : "elfinder",
"version" : "0.1.0",
"version" : "0.1.1",
"description" : "Command line app for searching in HTML files for elements that match a CSS selector",

@@ -19,2 +19,5 @@ "keywords" : "search, find, Sizzle, CSS, HTML",

"main": "element-finder",
"bin": {
"elfinder": "./element-finder.js"
},
"engines": {

@@ -21,0 +24,0 @@ "node": "~0.8.x"

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