Socket
Socket
Sign inDemoInstall

ampersand-view-switcher

Package Overview
Dependencies
75
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "ampersand-view-switcher",
"description": "A utility for swapping out views inside a container element.",
"version": "1.0.1",
"version": "1.0.2",
"author": "Henrik Joreteg <henrik@andyet.net>",

@@ -6,0 +6,0 @@ "bugs": {

@@ -35,7 +35,7 @@ # ampersand-view-switcher

```js
var HumanView = require('ampersand-view');
var AmpersandView = require('ampersand-view');
var ViewSwitcher = require('ampersand-view-switcher');
var templates = require('./templates');
module.exports = HumanView.extend({
module.exports = AmpersandView.extend({
template: templates.body,

@@ -42,0 +42,0 @@ render: function () {

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