Socket
Socket
Sign inDemoInstall

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.4 to 1.0.0-beta.5

2

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

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

@@ -116,2 +116,9 @@ /**

// String concatenation
if ((left.type === 'string' ||
right.type === 'string') &&
node.operator === 'PLUS') {
return new TypedValue('string', left.value.toString() + right.value.toString())
}
// TODO Additionally check that the type is signed if subtracting

@@ -118,0 +125,0 @@ if (!types.isInteger(left.type) ||

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