
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@opentext/forms-ui-runtime
Advanced tools
UI runtime components for OpenText™ Forms API
Run:
npm install @opentext/forms-ui-runtime
import { Ot2mcBaseElement, CheckBox } from '@opentext/forms-ui-runtime';
Add the following in the webpack.js, the following which will copy the components.js
file in the dist
folder.
plugins: [
new CopyWebpackPlugin({
patterns: [{ from: require.resolve('@opentext/forms-ui-runtime/dist/components.js'), to: '' }]
})
],
Now, components.js
is available to be added in the VS Code webview.
// Local path to script and css for the webview
const componentsUri = webview.asWebviewUri(
vscode.Uri.joinPath(this._context.extensionUri, 'dist', 'components.js')
);
Add the locale files to a root folder called locales
.
And then add the following files to the root folder: components.js
, designer-components.js
and the runtime chunk runtime.js
.
FAQs
Provides UI runtime components for OpenText™ Forms API
We found that @opentext/forms-ui-runtime 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
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.