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.0 to 1.0.1

2

package.json
{
"name": "ioctl-enum",
"version": "1.0.0",
"version": "1.0.1",
"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",

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

A: Because last charecter in it is '\' and according to C and C++ standart:
A: Because last charecter in it is \ and according to C and C++ standart:
```

@@ -552,3 +552,3 @@ If a source file that is not empty does not end in a new-line character, or ends in a new-line character immediately preceded by a backslash character, the behavior is undefined.

I haven't always been staticly typed fan I used to do alot of Ruby, Python and CoffeeScipt but after my last big project which at the end was more than 10K lines of code I realised that static type do pay of so I recommend every JavaScript programmer to use TypeScript (even if I my self hate Microsoft and what they have done ... mainly for IE, any way there are two good things created by them: AJAX and TypeScript).
I haven't always been staticly typed fan I used to do alot of Ruby, Python and CoffeeScript but after my last big project which at the end was more than 10K lines of code I realised that static type do pay of so I recommend every JavaScript programmer to use TypeScript (even if I my self hate Microsoft and what they have done ... mainly for IE, any way there are two good things created by them: AJAX and TypeScript).

@@ -555,0 +555,0 @@ Besides programming (coding) I'm training every day.

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