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

@oracle/netsuite-uif-types

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oracle/netsuite-uif-types

NetSuite UI Framework TypeScript type declarations

  • 6.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

NetSuite UI Framework TypeScript Type Declarations

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.

Prerequisites

  • You will need a SuiteApp project in TypeScript using the NetSuite UI Framework

Versioning

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 NPMNetSuite Version
5.0.X2024.1
6.0.X2024.2

Installation

To use the NetSuite UI Framework TypeScript type declarations follow these steps

  1. Add the @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": "^6.0.0",
    "typescript": "^5.2.0"
}
  1. Open your tsconfig.json and include @oracle/netsuite-uif-types as an additional type root
"compilerOptions": {
    "typeRoots": {
        "node_modules/@types",
        "node_modules/@oracle/netsuite-uif-types"
    }
}
  1. Install the new dependencies
npm i

Contributing

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.

License

Copyright (c) 2024 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.

Keywords

FAQs

Package last updated on 17 Sep 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