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.29 to 0.1.30

2

index.js

@@ -936,3 +936,3 @@ require('cross-fetch/polyfill')

const rstatus = response.status
const rheaders = Object.entries(response.headers)
const rheaders = [...response.headers.entries()].map(kv => [kv[0] + '', kv[1] + ''])
const rbody = await response.text()

@@ -939,0 +939,0 @@ return [ true, [ rstatus, rheaders, rbody, 0n ] ]

{
"name": "alan-js-runtime",
"version": "0.1.29",
"version": "0.1.30",
"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