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

vtex.colossus

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vtex.colossus - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

controller.js

@@ -17,3 +17,2 @@ // Generated by CoffeeScript 1.7.1

for (key in this.routes) {
console.log(key);
route = new Route(key);

@@ -28,3 +27,2 @@ if (route.match(req.originalUrl)) {

Controller.prototype.get = function(route, func) {
console.log(route);
return this.routes["/:accountName/colossus/:appName" + route] = func;

@@ -31,0 +29,0 @@ };

2

package.json
{
"name": "vtex.colossus",
"version": "1.0.4",
"version": "1.0.5",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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