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

primefaces

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primefaces

TypeScript definitions for the client side API of PrimeFaces

  • 14.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
597
decreased by-4.48%
Maintainers
2
Weekly downloads
 
Created
Source

PrimeFaces

Here are the typings for the client-side JavaScript API, please visit PrimeFaces.org for more information on PrimeFaces.

PrimeFaces Logo

PrimeFaces is one of the most popular UI libraries in Java EE Ecosystem and widely used by software companies, world renowned brands, banks, financial institutions, insurance companies, universities and more. Here are some of the users who notified us or subscribed to PrimeFaces Support Service.

This package contains the type declarations file for the client-side JavaScript part of PrimeFaces.

You can also view the documentation generated via TypeDoc from this declaration file.

Finally, you may also be interested in the PrimeFaces user guide.

Type declarations

PrimeFaces is a global library that adds methods and constants to the global window scope. To use the type declarations in a JavaScript or TypeScript file, use a triple-slash directive like this (must be at the top of the file):

/// <reference types="primefaces" />

// Now your IDE or transpiler can issue a warning that "search" does not exist
// on a jQuery object. You can now also enjoy autocompletion.
PF("dataTable").jq.search("tbody td");

Or add it to the compiler settings in your tsconfig.json:

{
    "compilerOptions": {
        "types": ["primefaces"]
    }
}

FAQs

Package last updated on 11 Mar 2024

Did you know?

Socket

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.

Install

Related posts

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