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

select-dom

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

select-dom - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

11

package.json
{
"name": "select-dom",
"version": "6.0.1",
"version": "6.0.2",
"description": "Extra lightweight DOM selector helper",

@@ -26,4 +26,4 @@ "keywords": [

"scripts": {
"build": "tsc --sourceMap false",
"prepublishOnly": "tsc",
"build": "tsc",
"prepack": "tsc --sourceMap false",
"test": "tsc && tsd && xo && browserify -p esmify test.js | tape-run",

@@ -38,2 +38,3 @@ "watch": "tsc --watch"

"@typescript-eslint/prefer-for-of": "off",
"@typescript-eslint/prefer-readonly-parameter-types": "off",
"valid-jsdoc": "off",

@@ -49,8 +50,8 @@ "prefer-spread": "off",

"esmify": "^2.1.1",
"tape": "^4.13.2",
"tape": "^5.0.0",
"tape-run": "^7.0.0",
"tsd": "^0.11.0",
"typescript": "^3.8.3",
"xo": "^0.28.3"
"xo": "^0.30.0"
}
}
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