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

jints

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jints - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

jints.js

@@ -797,3 +797,3 @@ (function (exportName) {

}()); /*</function>*/
/*<function name="UInt64">*/
/*<function name="UInt64" depend="BigInteger">*/
var UInt64 = (function () {

@@ -945,3 +945,3 @@ /**

}()); /*</function>*/
/*<function name="Int64">*/
/*<function name="Int64" depend="BigInteger">*/
var Int64 = (function () {

@@ -948,0 +948,0 @@ /**

@@ -5,3 +5,3 @@ {

"description": "Big Integer",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "http://github.com/zswang/jints",

@@ -8,0 +8,0 @@ "main": "jints.js",

import { BigInteger, EndianType } from './BigInteger'
/*<function name="Int64">*/
/*<function name="Int64" depend="BigInteger">*/
class Int64 {

@@ -5,0 +5,0 @@

import { BigInteger, EndianType } from './BigInteger'
/*<function name="UInt64">*/
/*<function name="UInt64" depend="BigInteger">*/
class UInt64 {

@@ -5,0 +5,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