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

bassview

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bassview - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

5

index.js

@@ -43,3 +43,6 @@ var _ = require('underscore'), Backbone = require('backbone');

// Add listener for removal event
view.listenTo(this, "clean_up", view.remove);
view.listenToOnce(this, "clean_up", function() {
view.remove();
delete sv[key];
});

@@ -46,0 +49,0 @@ // Set the key

2

package.json
{
"name": "bassview",
"version": "0.0.4",
"version": "0.0.5",
"description": "base view for backbone",

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