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

pruno-http

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pruno-http - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

index.js
"use strict";
var pruno = module.parent.require('pruno');
var serverRunner = require('./utils/server-runner');

@@ -25,3 +24,2 @@ var path = require('path');

serverRunner.run(params);
pruno.notify('Simple Server Started!');
return gulp.watch(params.dist + '/**/*', serverRunner.notify);

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

module.exports = pruno.extend(HttpTask);
module.exports = HttpTask;
{
"name": "pruno-http",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple HTTP server for pruno. Especially useful for prototyping or building static sites.",

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