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

radspec

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radspec - npm Package Compare versions

Comparing version 1.0.0-beta.3 to 1.0.0-beta.4

2

package.json
{
"name": "radspec",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Radspec is a safe alternative to Ethereum's natspec",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -25,3 +25,3 @@ /**

if (types.isInteger(this.type)) {
if (types.isInteger(this.type) && !this.value._isBigNumber) {
this.value = new BigNumber(this.value)

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