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

oils

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oils - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

8

oils-js-core/app.js

@@ -36,2 +36,8 @@ require('./include.js')();

}
if (self.modelCache[modelName]) {
return self.modelCache[modelName];
}

@@ -66,3 +72,3 @@ var conn;

self.modelCache[modelName] = model;
return model;

@@ -69,0 +75,0 @@ }

2

package.json
{
"name": "oils",
"version": "0.2.5",
"version": "0.2.6",
"description": "Oils js framework built on top of Express.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -21,2 +21,5 @@ oils

Version 0.2.6 ([Download](https://github.com/mannyvergel/oils-js/archive/v0.2.6.zip))
* Fix bug regarding ```includeModel``` caching
Version 0.2.5 ([Download](https://github.com/mannyvergel/oils-js/archive/v0.2.5.zip))

@@ -23,0 +26,0 @@ * support for event hooks

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