New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alan-js-runtime

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alan-js-runtime - npm Package Compare versions

Comparing version 0.1.24 to 0.1.25

4

index.js

@@ -601,7 +601,7 @@ require('cross-fetch/polyfill')

indarrf: (arr, val) => {
const ind = arr.indexOf(val)
const ind = BigInt(arr.indexOf(val))
return ind > -1 ? [ true, ind, ] : [ false, 'element not found', ]
},
indarrv: (arr, val) => {
const ind = arr.indexOf(val)
const ind = BigInt(arr.indexOf(val))
return ind > -1 ? [ true, ind, ] : [ false, 'element not found', ]

@@ -608,0 +608,0 @@ },

{
"name": "alan-js-runtime",
"version": "0.1.24",
"version": "0.1.25",
"description": "The runtime component for alan-js. Separately licensed from the compiler.",

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

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