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

object-grep

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-grep - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

.travis.yml

8

package.json
{
"name": "object-grep",
"version": "1.1.2",
"version": "1.1.3",
"description": "A javascript tool for searching text in keys and content inspired by linux grep",

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

"test": "jest",
"publish": "npm run build && npm publish"
"publish-patch": "npm run build && npm version patch && npm publish",
"publish-minor": "npm run build && npm version minor && npm publish",
"publish-major": "npm run build && npm version major && npm publish"
},

@@ -31,3 +33,3 @@ "repository": {

},
"homepage": "https://github.com/ulitcos/object-grep#readme",
"homepage": "https://ulitcos.github.io/object-grep/",
"devDependencies": {

@@ -34,0 +36,0 @@ "@babel/core": "^7.12.3",

@@ -1,2 +0,4 @@

# [object-grep](https://ulitcos.github.io/object-grep/)
# object-grep
[![Build Status](https://travis-ci.com/ulitcos/object-grep.svg?branch=master)](https://travis-ci.com/ulitcos/object-grep)
A javascript tool for searching inside objects inspired by linux grep

@@ -26,18 +28,18 @@

const obj = {
foo: {
bar: {
baz: {
foo: {
bar: {
baz: 'zab'
}
}
}
foo: {
bar: {
baz: {
foo: {
bar: {
baz: 'zab'
}
}
},
oof: {
rab: {
zab: ['foo', 'bar', 'baz', 'zab', 'rab', 'oof']
}
}
}
},
oof: {
rab: {
zab: ['foo', 'bar', 'baz', 'zab', 'rab', 'oof']
}
}
}

@@ -44,0 +46,0 @@

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