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

@semantic-ui/query

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semantic-ui/query - npm Package Compare versions

Comparing version 0.8.7 to 0.8.8

4

package.json
{
"name": "@semantic-ui/query",
"type": "module",
"version": "0.8.7",
"version": "0.8.8",
"main": "src/index.cjs",

@@ -25,3 +25,3 @@ "module": "src/index.js",

"dependencies": {
"@semantic-ui/utils": "^0.8.7"
"@semantic-ui/utils": "^0.8.8"
},

@@ -28,0 +28,0 @@ "devDependencies": {

@@ -14,14 +14,8 @@ {

"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
"noImplicitAny": false,
"noImplicitThis": false,
},
"include": ["src/**/*"],
"exclude": ["node_modules"],
"overrides": [
{
"files": ["src/**/*.js"],
"compilerOptions": {
"noImplicitAny": 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