Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ioctl-enum

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ioctl-enum - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "ioctl-enum",
"version": "1.0.2",
"version": "1.0.3",
"description": "C++ macro oriented framework in single header file for easier export of ioctl numbers to JavaScript and TypeScript. Removes the need of building native C++ Node.js Addons",

@@ -5,0 +5,0 @@ "main": "ioctl-enum.h",

@@ -124,3 +124,3 @@ # ioctl-enum

#define IOCTL_ENUM_JS
#include "ioctl-enum.h"
#include "node_modules/ioctl-enum/ioctl-enum.h"
#include <ara_tester_ioctl.h>

@@ -182,3 +182,3 @@

#define IOCTL_ENUM_TS
#include "ioctl-enum.h"
#include "node_modules/ioctl-enum/ioctl-enum.h"
#include <ara_tester_ioctl.h>

@@ -185,0 +185,0 @@

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