Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

base

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

9

example/base.js
require('coffee-script')
var connect = require('connect')
var Base = require('../');
var base = new Base().go();
var base = new Base({
port: 8000
});
base.go();
base.go()

@@ -6,3 +6,3 @@ {

"keywords": ["framework", "api", "web", "mvc", "extensible", "micro", "connect"],
"version": "0.4.0",
"version": "0.4.1",
"homepage": "http://github.com/antz29/node-base",

@@ -9,0 +9,0 @@ "repository": {

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