New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

j_utils

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

j_utils - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

cane.txt

8

j_ngrep_filter.js

@@ -54,5 +54,5 @@ #!/usr/bin/env node

function orOptionsFilter(el){
if(orOptions && orOptions.length){
return orOptions
function andOptionsFilter(el){
if(andOptions && andOptions.length){
return andOptions
.map(function(opt) { return !!el.match(opt) })

@@ -67,3 +67,3 @@ .reduce(function(el, prev){return el && prev }, true )

function andOptionsFilter(el){
function orOptionsFilter(el){
if(orOptions && orOptions.length){

@@ -70,0 +70,0 @@ return orOptions

{
"name": "j_utils",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"repository" :{
"type" : "git",
"url" : "https://github.com/jurgob/j_utils.git"
"repository": {
"type": "git",
"url": "https://github.com/jurgob/j_utils.git"
},
"main": "j_querystring2obj.js",
"bin": {
"j_ngrep_filter":"j_ngrep_filter.js",
"j_querystring2obj":"j_querystring2obj.js"
"j_ngrep_filter": "j_ngrep_filter.js",
"j_querystring2obj": "j_querystring2obj.js"
},

@@ -14,0 +14,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