🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

tree-selector

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-selector - npm Package Compare versions

Comparing version

to
1.0.2

2

lib/cjs/index.d.ts

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

export { Selector, parseSelector } from './selectorParser';
export * from './selectorParser';
export { createMatches } from './matches';
export { Options } from './types';
export { createQuerySelector } from './querySelector';
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
var selectorParser_1 = require("./selectorParser");
exports.parseSelector = selectorParser_1.parseSelector;
__export(require("./selectorParser"));
var matches_1 = require("./matches");

@@ -6,0 +8,0 @@ exports.createMatches = matches_1.createMatches;

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

export { Selector, parseSelector } from './selectorParser';
export * from './selectorParser';
export { createMatches } from './matches';
export { Options } from './types';
export { createQuerySelector } from './querySelector';

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

export { parseSelector } from './selectorParser';
export * from './selectorParser';
export { createMatches } from './matches';
export { createQuerySelector } from './querySelector';
//# sourceMappingURL=index.js.map
{
"name": "tree-selector",
"version": "1.0.1",
"version": "1.0.2",
"description": "Use CSS selectors to match nodes in a custom object tree",

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

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

export { Selector, parseSelector } from './selectorParser';
export * from './selectorParser';
export { createMatches } from './matches';
export { Options } from './types';
export { createQuerySelector } from './querySelector';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet