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

@ambers/helios

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ambers/helios - npm Package Compare versions

Comparing version 0.11.15 to 0.11.16

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Helios IDE for Amber Smalltalk",
"version": "0.11.15",
"version": "0.11.16",
"homepage": "https://lolg.it/amber/helios",

@@ -8,0 +8,0 @@ "repository": {

@@ -1734,3 +1734,11 @@ define(["amber/boot", "require", "helios/Helios-Core"], function($boot,requirejs){"use strict";

//>>excludeEnd("ctx");;
$self._setTabLabel_($self._label());
$recv((function(){
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
return $core.withContext(function($ctx2) {
//>>excludeEnd("ctx");
return $self._setTabLabel_($self._label());
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)});
//>>excludeEnd("ctx");
}))._fork();
return self;

@@ -1743,7 +1751,7 @@ //>>excludeStart("ctx", pragmas.excludeDebugContexts);

args: ["anObject"],
source: "inspect: anObject\x0a\x09super inspect: anObject.\x0a\x09self setTabLabel: self label",
source: "inspect: anObject\x0a\x09super inspect: anObject.\x0a\x09[ self setTabLabel: self label ] fork",
referencedClasses: [],
//>>excludeEnd("ide");
pragmas: [],
messageSends: ["inspect:", "setTabLabel:", "label"]
messageSends: ["inspect:", "fork", "setTabLabel:", "label"]
}),

@@ -1750,0 +1758,0 @@ $globals.HLInspector);

Sorry, the diff of this file is not supported yet

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