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

jiq

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

jiq - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

build/index.js

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

#!/usr/bin/node
#!/usr/bin/env node
"use strict";

@@ -78,3 +78,3 @@ var __importDefault = (this && this.__importDefault) || function (mod) {

;
commander_1.program.version("0.0.1");
commander_1.program.version("0.0.2");
commander_1.program

@@ -81,0 +81,0 @@ .option('--json', 'tell the program it\'s json content')

{
"name": "jiq",
"version": "0.0.1",
"version": "0.0.2",
"description": "Use existing javascript knowledge to query or mutate data",

@@ -5,0 +5,0 @@ "keywords": ["javascript inline query", "json query", "json inline query", "json", "yaml", "query"],

@@ -1,2 +0,3 @@

#!/usr/bin/node
#!/usr/bin/env node
import fs from "fs";

@@ -79,3 +80,3 @@ import _ from "lodash";

program.version("0.0.1");
program.version("0.0.2");
program

@@ -82,0 +83,0 @@ .option('--json', 'tell the program it\'s json content')

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