Socket
Socket
Sign inDemoInstall

@orion-js/models

Package Overview
Dependencies
19
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-alpha.20 to 3.0.0-alpha.23

4

lib/createModel/resolvers.test.js

@@ -15,6 +15,6 @@ "use strict";

resolvers: {
res: (0, resolvers_1.resolver)({
res: (0, resolvers_1.modelResolver)({
private: true,
cache: 5,
async resolve(item, params, viewer) {
async resolve() {
index++;

@@ -21,0 +21,0 @@ return index;

@@ -17,3 +17,4 @@ "use strict";

services: {
type: model1
type: model1,
private: true
}

@@ -20,0 +21,0 @@ }

{
"name": "@orion-js/models",
"version": "3.0.0-alpha.20",
"version": "3.0.0-alpha.23",
"main": "lib/index.js",

@@ -19,5 +19,5 @@ "types": "lib/index.d.ts",

"dependencies": {
"@orion-js/helpers": "^3.0.0-alpha.11",
"@orion-js/resolvers": "^3.0.0-alpha.20",
"@orion-js/schema": "^3.0.0-alpha.13"
"@orion-js/helpers": "^3.0.0-alpha.23",
"@orion-js/resolvers": "^3.0.0-alpha.23",
"@orion-js/schema": "^3.0.0-alpha.23"
},

@@ -28,3 +28,3 @@ "peerDependencies": {

"devDependencies": {
"@orion-js/cache": "^3.0.0-alpha.11",
"@orion-js/cache": "^3.0.0-alpha.23",
"@shelf/jest-mongodb": "^2.1.0",

@@ -40,3 +40,3 @@ "@types/jest": "^27.0.2",

},
"gitHead": "145e17f5a9d6bbf02f166c5faa416be60752a42f"
"gitHead": "3a2082794e3b1a8748a5aace8d68e5c18a92b707"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc