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

directus-extension-cdh-tweets-report

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

directus-extension-cdh-tweets-report - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

dist/api.js

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

const n=[],t=[{name:"reports",config:(n,{database:t})=>{n.get("/profile-search",(async(n,e)=>await t.raw("\n SELECT\n u.ID,\n u.NAME,\n u.url,\n COUNT ( T.ID ) AS tweet_count \n FROM\n users u\n JOIN tweets T ON u.ID = T.user_id\n JOIN tasks ts ON T.task_id = ts.ID \n WHERE\n ts.ID = '71f41243-2547-4520-b422-3ed550a961b2' \n GROUP BY\n u.ID,\n u.NAME\n ORDER BY tweet_count DESC;")))}}],e=[];export{t as endpoints,n as hooks,e as operations};
const n=[],t=[{name:"reports",config:(n,{database:t})=>{n.get("/profile-search",(async(n,s)=>{const e=await t.raw("\n SELECT\n u.ID,\n u.NAME,\n u.url,\n COUNT ( T.ID ) AS tweet_count \n FROM\n users u\n JOIN tweets T ON u.ID = T.user_id\n JOIN tasks ts ON T.task_id = ts.ID \n WHERE\n ts.ID = '71f41243-2547-4520-b422-3ed550a961b2' \n GROUP BY\n u.ID,\n u.NAME\n ORDER BY tweet_count DESC;");s.json({data:e,success:!0})}))}}],s=[];export{t as endpoints,n as hooks,s as operations};
{
"name": "directus-extension-cdh-tweets-report",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",

@@ -34,3 +34,4 @@ "files": [

"link": "directus-extension link",
"add": "directus-extension add"
"add": "directus-extension add",
"deploy": "npm run build; npm publish"
},

@@ -37,0 +38,0 @@ "devDependencies": {

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