
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@nextwelve/nestjs-solrcloud
Advanced tools
The purpose of creating this package was the reason for its lack of space and support. The package will be further improved and refined over time. Any constructive criticism and suggestions for improvement are welcome. We are committed to always maintaining the latest features of solr and providing additional features to help develop any application that uses it for large scale applications.
$ yarn add @nestwelve/solrcloud
Register SolrModule:
import { SolrModule } from '@nextwelve/solrcloud';
@Module({
imports: [
SolrModule.register({
host: 'localhost',
port: '8983',
secure: false,
core: 'mycore',
}),
],
})
export class AppModule {}
Inject SolrService:
import { SolrService } from '@nextwelve/solrcloud';
@Injectable()
export class SearchService {
constructor(private readonly solrService: SolrService) {}
}
Build a search query:
const query = this.solrService.query('your_collection');
query
.q({
email: 'stallone1946@gmail.com'
})
.filter(['email'])
.fields(['firstName', 'lastName', 'email'])
.offset(0)
.limit(10);
Search by query:
this.solrService.search(query);
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
FAQs
Solrcloud client for Nestjs
The npm package @nextwelve/nestjs-solrcloud receives a total of 1 weekly downloads. As such, @nextwelve/nestjs-solrcloud popularity was classified as not popular.
We found that @nextwelve/nestjs-solrcloud demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.