New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.0.4 to 2.0.5

2

dist/cli.js

@@ -6,2 +6,4 @@ #!/usr/bin/env node

require('babel-polyfill');
var _index = require('./index');

@@ -8,0 +10,0 @@

2

dist/engines/typescript.js

@@ -8,4 +8,2 @@ 'use strict';

require('babel-polyfill');
var _typescript = require('typescript');

@@ -12,0 +10,0 @@

{
"name": "@fullstackio/cq",
"version": "2.0.4",
"version": "2.0.5",
"description": "query code with selectors",

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

@@ -518,2 +518,6 @@ <p align="center">

## Dependencies
- `babel-polyfill`
## Fullstack React Book

@@ -520,0 +524,0 @@

#!/usr/bin/env node
import 'babel-polyfill';
import cq from './index';

@@ -3,0 +4,0 @@ import yargs from 'yargs';

@@ -9,3 +9,2 @@ /**

*/
import 'babel-polyfill'
import * as ts from "typescript";

@@ -12,0 +11,0 @@ import { rangeExtents } from './util';

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