lassy-xpath
Advanced tools
Comparing version 0.12.1 to 0.15.0
@@ -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 | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
9096
1
1005713
+ Added@angular/common@15.2.10(transitive)
+ Added@angular/core@15.2.10(transitive)
+ Addedzone.js@0.13.3(transitive)
- Removed@angular/common@12.2.17(transitive)
- Removed@angular/core@12.2.17(transitive)
- Removedzone.js@0.11.8(transitive)
Updatedtslib@^2.3.0