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

restle

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restle - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "restle",
"version": "0.1.2",
"version": "0.1.3",
"description": "Fast RESTful API engine.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -10,3 +10,3 @@ restle

Restle has a near-zero learning curve, making it great for rapidly prototyping APIs. Restle uses Mongoose as its ODM, so only MongoDB is supported right now.
Getting started

@@ -25,6 +25,6 @@ ====

port: 3000,
databaseUrl: 'mongodb://heroku_app33066146:16aluo3sodirk8u7kkojabvu03@ds031531.mongolab.com:31531/heroku_app33066146'
databaseUrl: 'mongodb://......''
};
require('restle')({options});
require('restle')(options);
```

@@ -31,0 +31,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