Socket
Socket
Sign inDemoInstall

@nodert-win10-21h1/windows.devices.bluetooth.advertisement

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodert-win10-21h1/windows.devices.bluetooth.advertisement - npm Package Compare versions

Comparing version 0.1.2 to 0.1.6

4

package.json
{
"name": "@nodert-win10-21h1/windows.devices.bluetooth.advertisement",
"version": "0.1.2",
"version": "0.1.6",
"description": "Use the Windows.Devices.Bluetooth.Advertisement UWP API directly from Node.js",

@@ -39,3 +39,3 @@ "main": "lib/main.js",

},
"homepage": "https://github.com/demosjarco/NodeRT/tree/feature/136-vs2019",
"homepage": "https://github.com/demosjarco/NodeRT/tree/vs2022",
"author": "Generated by NodeRT (modified)",

@@ -42,0 +42,0 @@ "contributors": [

@@ -6,5 +6,5 @@ @nodert-win10-21h1/windows.devices.bluetooth.advertisement

The series of `@nodert-win10-21h1` packages is unofficially-published NodeRT modules for **Windows 10 SDK, version 2104 (10.0.20348.0)** corresponding to Windows 10 Version 21H1 (May 2021 Update).
The series of `@nodert-win10-21h1` packages is unofficially-published NodeRT modules for **Windows 10 SDK, version 21H1 (10.0.20348.0)** corresponding to Windows 10v21H1 (May 2021 Update).
These are generated by the modified version of NodeRT thus are experimental, as the original doesn't have support for 21H1 SDK, nor for building with VS2019. Supporting for VS2019 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>.
These are generated by the modified version of NodeRT thus are experimental, as the original doesn't have support for 21H1 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>.

@@ -30,3 +30,3 @@ Below is the original description about this module.

============
* Visual Studio 2019 and above. (Community edition works, other editions aren't tested but surely work!)
* 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)

@@ -51,3 +51,3 @@ * <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:

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/2019 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:

@@ -58,5 +58,5 @@ For example:

cd [module folder path]
node-gyp rebuild --msvs_version=2019
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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc