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

@fullstackio/cq

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullstackio/cq - npm Package Compare versions

Comparing version 4.0.4 to 4.0.5

2

dist/cli.js

@@ -67,3 +67,3 @@ #!/usr/bin/env node

if (!foundEngine) {
engine = require(potentialEngine);
engine = require(potentialEngine)();
foundEngine = true;

@@ -70,0 +70,0 @@ }

{
"name": "@fullstackio/cq",
"version": "4.0.4",
"version": "4.0.5",
"description": "query code with selectors",

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

"devDependencies": {
"@fullstackio/cqmd": "^4.0.4",
"@fullstackio/cqmd": "^4.0.5",
"babel-cli": "^6.10.1",

@@ -36,0 +36,0 @@ "babel-core": "^6.9.1",

@@ -60,3 +60,3 @@ #!/usr/bin/env node

if(!foundEngine) {
engine = require(potentialEngine);
engine = require(potentialEngine)();
foundEngine = true

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