You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

jsoncrawler

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsoncrawler - npm Package Compare versions

Comparing version

to
0.1.1

jsoncrawler.min.js

14

package.json
{
"name": "jsoncrawler",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"description": "jsoncrawler.js lets you search complex json data",
"main": "jsoncrawler.js",
"main": "jsoncrawler.min.js",
"scripts": {
"test": "node test.js"
"test": "node test.js",
"build": "webpack -- --env mode=production"
},

@@ -16,3 +16,7 @@ "keywords": [

"author": "Baksa Gimm",
"license": "ISC"
"license": "ISC",
"bugs": {
"url": "https://github.com/broadwayinc/jsoncrawler/issues"
},
"homepage": "https://github.com/broadwayinc/jsoncrawler#readme"
}

@@ -10,3 +10,3 @@ # jsoncrawler

```
<script src="https://broadwayinc.dev/jslib/jsoncrawler/0.1.0/jsoncrawler.js"></script>
<script src="https://broadwayinc.dev/jslib/jsoncrawler/0.1.1/jsoncrawler.js"></script>
```

@@ -13,0 +13,0 @@ <br />