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

includejs

Package Overview
Dependencies
Maintainers
1
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

includejs - npm Package Compare versions

Comparing version 0.15.35 to 0.15.36

2

bower.json
{
"name": "includejs",
"version": "0.15.35",
"version": "0.15.36",
"homepage": "https://github.com/atmajs/IncludeJS",

@@ -5,0 +5,0 @@ "authors": [

@@ -14,4 +14,4 @@ (function(global) {

function socketIOReady() {
var io = global.io || (resp.embed && resp.embed['socket.io'])
function socketIOReady(resp) {
var io = global.io || (resp && resp.embed && resp.embed['socket.io'])
if (io == null || io.connect == null) {

@@ -18,0 +18,0 @@ console.error('Include.Autoreload: socket.io was not loaded');

{
"name": "includejs",
"description": "Resource Loader",
"version": "0.15.35",
"version": "0.15.36",
"homepage": "http://atmajs.com/include",

@@ -6,0 +6,0 @@ "contributors": [],

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