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

@coderich/autograph

Package Overview
Dependencies
Maintainers
0
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coderich/autograph - npm Package Compare versions

Comparing version 0.13.97 to 0.13.98

2

package.json
{
"name": "@coderich/autograph",
"main": "index.js",
"version": "0.13.97",
"version": "0.13.98",
"publishConfig": {

@@ -6,0 +6,0 @@ "access": "public"

@@ -18,2 +18,3 @@ const Query = require('./Query');

args: { writable: true, enumerable: true, value: query.args || {} },
meta: { writable: true, enumerable: true, value: query.meta || {} },
flags: { writable: true, enumerable: true, value: query.flags || {} },

@@ -20,0 +21,0 @@ select: { writable: true, enumerable: true, value: query.select || Object.keys(model.fields) },

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