Socket
Socket
Sign inDemoInstall

autohost

Package Overview
Dependencies
Maintainers
2
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autohost - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

package.json
{
"name": "autohost",
"version": "0.0.8",
"version": "0.0.9",
"description": "Resource-driven http server",

@@ -5,0 +5,0 @@ "main": "src/autohost.js",

@@ -7,3 +7,3 @@ define([ 'jquery', 'postal' ],

$.ajax( {
url: '/api/_admin/resource',
url: '/api/_autohost/resource',
dataType: 'json',

@@ -10,0 +10,0 @@ method: 'GET',

@@ -8,3 +8,3 @@ var fs = require( 'fs' ),

return {
name: '_admin',
name: '_autohost',
resources: 'public',

@@ -18,3 +18,3 @@ actions: [

handle: function( envelope) {
envelope.reply( { data: host.resources['_admin'].routes } );
envelope.reply( { data: host.resources['_autohost'].routes } );
}

@@ -21,0 +21,0 @@ },

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