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

espruino

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

espruino - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

core/utils.js

@@ -306,3 +306,3 @@ /**

function needsHTTPS() {
if (!window || !window.location) return false;
if (typeof window==="undefined" || !window.location) return false;
return window.location.protocol=="https:";

@@ -309,0 +309,0 @@ }

{
"name": "espruino",
"version": "0.0.14",
"version": "0.0.15",
"description": "Command Line Interface and library for Communications with Espruino JavaScript Microcontrollers",

@@ -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