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

lassy-xpath

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lassy-xpath - npm Package Compare versions

Comparing version 0.12.1 to 0.15.0

esm2020/lassy-xpath.mjs

4

lib/common/xpath-interfaces.d.ts

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

export declare type HighlighterRules = {
export type HighlighterRules = {
new (): HighlighterRules;

@@ -17,3 +17,3 @@ $rules: {

};
export declare type HighlighterRule = {
export type HighlighterRule = {
token?: string | string[] | ((value: string) => string);

@@ -20,0 +20,0 @@ regex: string | RegExp;

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

export declare type FunctionCompletion = {
export type FunctionCompletion = {
meta: string;

@@ -3,0 +3,0 @@ hasArguments: boolean;

@@ -18,3 +18,3 @@ import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<XPathEditorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<XPathEditorComponent, "lx-editor", never, { "autofocus": "autofocus"; "value": "value"; "width": "width"; }, { "onChange": "onChange"; }, never, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<XPathEditorComponent, "lx-editor", never, { "autofocus": "autofocus"; "value": "value"; "width": "width"; }, { "onChange": "onChange"; }, never, never, false, never>;
}

@@ -21,0 +21,0 @@ export interface ValueEvent {

@@ -58,3 +58,3 @@ import 'brace/mode/javascript';

}
export declare type AceHandlerResult = {
export type AceHandlerResult = {
text: string;

@@ -61,0 +61,0 @@ selection: number[] | void;

@@ -41,6 +41,6 @@ /**

}
export declare type MacroLookup = {
export type MacroLookup = {
[name: string]: string;
};
export declare type MacroReplacement = {
export type MacroReplacement = {
offset: number;

@@ -47,0 +47,0 @@ /**

{
"name": "lassy-xpath",
"version": "0.12.1",
"version": "0.15.0",
"peerDependencies": {
"@angular/common": "^12.0.5",
"@angular/core": "^12.0.5"
"@angular/common": "^15.1.4",
"@angular/core": "^15.1.4"
},
"dependencies": {
"tslib": "^2.1.0"
"tslib": "^2.3.0"
},

@@ -15,9 +15,22 @@ "bundledDependencies": [

],
"main": "bundles/lassy-xpath.umd.js",
"module": "fesm2015/lassy-xpath.js",
"es2015": "fesm2015/lassy-xpath.js",
"esm2015": "esm2015/lassy-xpath.js",
"fesm2015": "fesm2015/lassy-xpath.js",
"typings": "lassy-xpath.d.ts",
"module": "fesm2015/lassy-xpath.mjs",
"es2020": "fesm2020/lassy-xpath.mjs",
"esm2020": "esm2020/lassy-xpath.mjs",
"fesm2020": "fesm2020/lassy-xpath.mjs",
"fesm2015": "fesm2015/lassy-xpath.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/lassy-xpath.mjs",
"es2020": "./fesm2020/lassy-xpath.mjs",
"es2015": "./fesm2015/lassy-xpath.mjs",
"node": "./fesm2015/lassy-xpath.mjs",
"default": "./fesm2020/lassy-xpath.mjs"
}
},
"sideEffects": false
}
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