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

arbase-crud

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arbase-crud - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "arbase-crud",
"version": "0.0.2",
"version": "0.0.3",
"description": "Arbase-crud is a package to expose a CRUD-like interface from an arbase API config",

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

'use strict'
module.exports = async (main) => {
const crud = require('aragon-crud')
const Joi = require('@hapi/joi')
const {crud} = require('arbase-crud')
const Joi = require('@hapi/joi')
const {arweave} = main
module.exports = async (server) => {
const {arweave} = server
/* INSERT */
}
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