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

ctype

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ctype - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

CHANGELOG

6

ctype.js

@@ -49,5 +49,5 @@ /*

var deftypes = {
'uint8_t': { read: ctReadUint8, write: ctWriteSint8 },
'uint16_t': { read: ctReadUint16, write: ctWriteSint16 },
'uint32_t': { read: ctReadUint32, write: ctWriteSint32 },
'uint8_t': { read: ctReadUint8, write: ctWriteUint8 },
'uint16_t': { read: ctReadUint16, write: ctWriteUint16 },
'uint32_t': { read: ctReadUint32, write: ctWriteUint32 },
'int8_t': { read: ctReadSint8, write: ctWriteSint8 },

@@ -54,0 +54,0 @@ 'int16_t': { read: ctReadSint16, write: ctWriteSint16 },

{
"name": "ctype",
"version": "0.0.1",
"version": "0.0.2",
"description": "read and write binary structures and data types",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/rmustacc/node-ctype",

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