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

panel

Package Overview
Dependencies
Maintainers
2
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

panel - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

4

build/router.js

@@ -120,2 +120,4 @@ 'use strict';

}
// no route matched
} catch (err) {

@@ -135,2 +137,4 @@ _didIteratorError = true;

}
console.error('No route found matching #' + fragment);
}

@@ -137,0 +141,0 @@ }, {

@@ -76,2 +76,5 @@ // just the necessary bits of Backbone router+history

}
// no route matched
console.error(`No route found matching #${fragment}`);
}

@@ -78,0 +81,0 @@

{
"name": "panel",
"version": "0.5.2",
"version": "0.5.3",
"description": "virtual-dom view management and routing",

@@ -23,2 +23,6 @@ "main": "build/index.js",

"license": "MIT",
"bugs": {
"url": "https://github.com/mixpanel/panel/issues"
},
"homepage": "https://github.com/mixpanel/panel#readme",
"dependencies": {

@@ -25,0 +29,0 @@ "dom-delegator": "git://github.com/ilyakamens/dom-delegator.git#f49fffc94ad7343e0c5af3e6a79bea427c5ae94e",

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