Socket
Socket
Sign inDemoInstall

nogap

Package Overview
Dependencies
39
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.6 to 0.3.7

30

lib/ComponentDef.js

@@ -533,6 +533,2 @@ /**

if (clientDef.Includes) {
console.log(clientDef.Includes);
}
clientDefs.map[componentDef.FullName] = clientDef;

@@ -553,17 +549,17 @@ clientDefs.names.push(componentDef.FullName);

if (typeof(window) !== undefined) {
window.onerror = function(message, filename, lineno, colno, error) {
console.error('An error has occured. If you do not see a meaningful stacktrace, refresh once ' +
'(the first raised error in the window usually does not stick the landing, at least in Chrome).');
};
window.onerror = function(message, filename, lineno, colno, error) {
console.error('An error has occured. If you do not see a meaningful stacktrace, refresh once ' +
'(the first raised error in the window usually does not stick the landing, at least in Chrome).');
};
console.log('Bootstraping NoGap' + (window.top.document !== document ? ' (inside iframe)' : '') + '...');
}
else {
console.log('Bootstraping NoGap...');
}
console.log('Bootstraping NoGap' + (window.top.document !== document ? ' (inside iframe)' : '') + '...');
}
else {
console.log('Bootstraping NoGap...');
}
// if (squishy.getGlobalContext().nogapInstalled) {
// console.error(new Error('INTERNAL ERROR: NoGap tried to install itself twice.').stack);
// }
// squishy.getGlobalContext().nogapInstalled = 1;
// if (squishy.getGlobalContext().nogapInstalled) {
// console.error(new Error('INTERNAL ERROR: NoGap tried to install itself twice.').stack);
// }
// squishy.getGlobalContext().nogapInstalled = 1;

@@ -570,0 +566,0 @@ // get stuff from clientData

{
"name": "nogap",
"version": "0.3.6",
"version": "0.3.7",
"author": {

@@ -5,0 +5,0 @@ "name": "Dominik Seifert",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc