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

ctype

Package Overview
Dependencies
Maintainers
1
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.5.1 to 0.5.2

tst/ctype/tst.endian.js

4

ctype.js

@@ -428,5 +428,5 @@ /*

{
if (endian != 'big' || endian != 'little')
if (endian != 'big' && endian != 'little')
throw (new Error('invalid endian type, must be big or ' +
' little'));
'little'));

@@ -433,0 +433,0 @@ this.endian = endian;

{
"name": "ctype",
"version": "0.5.1",
"version": "0.5.2",
"description": "read and write binary structures and data types",

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

Sorry, the diff of this file is not supported yet

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