Socket
Socket
Sign inDemoInstall

@nodert-win11/windows.applicationmodel.preview.inkworkspace

Package Overview
Dependencies
13
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"name": "@nodert-win11/windows.applicationmodel.preview.inkworkspace",
"version": "0.1.5",
"version": "0.1.6",
"description": "Use the Windows.ApplicationModel.Preview.InkWorkspace UWP API directly from Node.js",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

@nodert-win11/windows.applicationmodel.preview.inkworkspace
=====
## Notice
The series of `@nodert-win11` packages is unofficially-published NodeRT modules for **Windows 11 SDK, version 21H2 (10.0.22000.0)** corresponding to Windows 11v21H2 (Original Release).
These are generated by the modified version of NodeRT thus are experimental, as the original doesn't have support for 21H2 SDK, nor for building with VS2022. Supporting for VS2022 is based on <a href="https://github.com/NodeRT/NodeRT/pull/136" target="_blank">Taosenai's workaround with lxbndr's suggestion</a>. The modified source code can be found <a href="https://github.com/MaySoMusician/NodeRT/tree/feature/136-vs2019" target="_blank">here</a>.
Below is the original description about this module.
---
A Node.js wrapper for the <a href="http://msdn.microsoft.com/en-us/library/windows/apps/Windows.ApplicationModel.Preview.InkWorkspace.aspx" target="_blank">Windows.ApplicationModel.Preview.InkWorkspace</a> WinRT namespace, compatible with Windows 10 APIs.

@@ -19,4 +29,4 @@

============
* Visual Studio version 2022 and above. (Express Desktop versions also work!)
* Python 2.7 (for node-gyp)
* Visual Studio 2022 and above. (Community edition works, other editions aren't tested but surely work!)
* Python 2.7, 3.5, 3.6, 3.7, or 3.8 (for node-gyp)
* <b>Important:</b> Updated versions of npm and node-gyp. (Note that the ones that are bundled with node might not be up to date). In order to install latest npm, run:

@@ -40,3 +50,3 @@ ```

If you wish to rebuild this module using node-gyp, make sure to use the appropriate VS version using --msvs_version=2012/2013/2015/2017 flag:
If you wish to rebuild this module using node-gyp, make sure to use the appropriate VS version using --msvs_version=2012/2013/2015/2017/2022 flag:

@@ -48,2 +58,4 @@ For example:

node-gyp rebuild --msvs_version=2022
```
```
If you fail to rebuild due to unable to find module 'nan', try running `npm install --ignore-scripts`
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc