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

node-jq

Package Overview
Dependencies
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-jq - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

lib/command.d.ts

6

package.json
{
"name": "node-jq",
"version": "2.3.0",
"version": "2.3.1",
"description": "Run jq in node",

@@ -16,3 +16,4 @@ "main": "lib/jq.js",

"lint": "standard --verbose | snazzy",
"build": "swc src -d lib --copy-files",
"build": "swc src --ignore src/__test__,src/*.d.ts --delete-dir-on-start -d lib",
"copy-ts-defintions": "copyfiles src/*.d.ts lib -f",
"postinstall": "npm run install-binary",

@@ -66,2 +67,3 @@ "coverage": "nyc report --reporter=lcov",

"codeclimate-test-reporter": "^0.5.1",
"copyfiles": "^2.4.1",
"mocha": "^9.0.1",

@@ -68,0 +70,0 @@ "nyc": "^15.1.0",

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

export default function(command: string, args: string[], stdin: string, cwd?: string): Promise<string>
export default function(command: string, args: string[], stdin: string, cwd?: string): Promise<string>
import { PartialOptions } from "./options"
export function run(filter: string, json: any, options?: PartialOptions, jqPath?: string, cwd?: string): Promise<object | string>
export function run(filter: string, json: any, options?: PartialOptions, jqPath?: string, cwd?: string): Promise<object | string>
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