New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@asamuzakjp/dom-selector

Package Overview
Dependencies
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asamuzakjp/dom-selector - npm Package Compare versions

Comparing version 0.19.3 to 0.19.4

15

package.json

@@ -23,3 +23,4 @@ {

"css-tree": "^2.3.1",
"is-potential-custom-element-name": "^1.0.1"
"is-potential-custom-element-name": "^1.0.1",
"xpath": "^0.0.32"
},

@@ -31,5 +32,7 @@ "devDependencies": {

"chai": "^4.3.7",
"eslint": "^8.43.0",
"css2xpath": "^0.0.3",
"eslint": "^8.44.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-jsdoc": "^46.3.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^46.4.3",
"eslint-plugin-regexp": "^1.15.0",

@@ -40,5 +43,5 @@ "eslint-plugin-unicorn": "^47.0.0",

"mocha": "^10.2.0",
"nwsapi": "^2.2.5",
"nwsapi": "^2.2.7",
"sinon": "^15.2.0",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},

@@ -52,3 +55,3 @@ "scripts": {

},
"version": "0.19.3"
"version": "0.19.4"
}

2

types/js/matcher.d.ts

@@ -41,5 +41,5 @@ export function isContentEditable(node?: object): boolean;

}): object;
_matchCombo(combo: object, prevNodes: object, nextNodes: object): object;
_findNodes(twig: object, range: string): object;
_collectNodes(range: string): any[];
_matchCombo(combo: object, prevNodes: object, nextNodes: object): object;
_matchNodes(range: string): object;

@@ -46,0 +46,0 @@ _find(range: string): object;

Sorry, the diff of this file is too big to display

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