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

sbweb-scalegorithm

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sbweb-scalegorithm - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

build/scalegorithm.js

3

index.js

@@ -12,3 +12,4 @@ /**

//serve everything as static
app.use(express.static(path.join(__dirname, 'build')));
app.use(express.static(path.join(__dirname, 'examples')));
app.use('/scripts',express.static(path.join(__dirname, 'build')));
app.listen(3000, () => console.log('app listening on port 3000!'))
{
"name": "sbweb-scalegorithm",
"version": "0.1.5",
"version": "0.1.6",
"author": "S. Derdeyn <sigged@users.noreply.github.com>",

@@ -5,0 +5,0 @@ "license": "MIT",

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