![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@oracle/netsuite-uif-types
Advanced tools
This package provides TypeScript type declarations for the NetSuite UI Framework (UIF). Type declarations describe the classes, methods, properties and other APIs included in the framework. Type declarations allow the TypeScript compiler to validate the usage of these APIs and provide you with a rich IntelliSense experience in various IDEs.
The NetSuite UI Framework and its TypeScript type declarations follow a versioning scheme where a new major version is released every 6 months. These major versions correspond to NetSuite versions as shown in the following table.
Version in NPM | NetSuite Version |
---|---|
5.0.X | 2024.1 |
6.0.X | 2024.2 |
7.0.X | 2025.1 |
To use the NetSuite UI Framework TypeScript type declarations follow these steps
@oracle/netsuite-uif-types
dependency to devDependencies
in your package.json
and specify an appropriate version based on the NetSuite version you will be developing against. Make sure that a typescript
dependency is included as well."devDependencies": {
"@oracle/netsuite-uif-types": "^7.0.0",
"typescript": "^5.2.0"
}
tsconfig.json
and include @oracle/netsuite-uif-types
as an additional type root"compilerOptions": {
"typeRoots": {
"node_modules/@types",
"node_modules/@oracle/netsuite-uif-types"
}
}
npm i
This project is not currently accepting external contributions. For bugs or enhancement requests, please file a GitHub issue. If you think you’ve found a security vulnerability, do not raise a GitHub issue and follow the instructions in our security policy.
Copyright (c) 2024 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
FAQs
NetSuite UI Framework TypeScript type declarations
The npm package @oracle/netsuite-uif-types receives a total of 82 weekly downloads. As such, @oracle/netsuite-uif-types popularity was classified as not popular.
We found that @oracle/netsuite-uif-types demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.