New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@scvo/router

Package Overview
Dependencies
Maintainers
2
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scvo/router - npm Package Compare versions

Comparing version 1.1.13 to 1.1.15

2

build/helpers.js

@@ -233,3 +233,3 @@ "use strict";

Helpers.helper_component = function (partialName, options) {
console.log('Arguments:', util.inspect(arguments, false, null));
console.log('Arguments:', util.inspect(options, false, null));
var partial = Helpers.handlebars.partials[partialName];

@@ -236,0 +236,0 @@ var template = Helpers.handlebars.compile(partial);

{
"name": "@scvo/router",
"version": "1.1.13",
"version": "1.1.15",
"description": "A moderately oppinionated web application framework based around mapping routes to tasks and then rendering with handlebars",

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

"l-handlebars": "cd ../router-destination-handlebars && npm run local && cd ../router",
"l-firebase": "cd ../router-task-firebase && npm run local && cd ../router",
"l-redirect": "cd ../router-destination-redirect && npm run local && cd ../router"

@@ -25,0 +26,0 @@ },

@@ -256,3 +256,3 @@ import * as dot from 'dot-object';

static helper_component(partialName: string, options: any) {
console.log('Arguments:', util.inspect(arguments, false, null));
console.log('Arguments:', util.inspect(options, false, null));
const partial = Helpers.handlebars.partials[partialName];

@@ -259,0 +259,0 @@ const template = Helpers.handlebars.compile(partial)

Sorry, the diff of this file is not supported yet

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