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

nomics-platform

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nomics-platform - npm Package Compare versions

Comparing version 0.13.2 to 0.13.3

12

lib/audit/test/audit.js

@@ -20,4 +20,10 @@ const au = require('../au')

au.assertStringProperty(this.info, 'description', { required: true })
au.assertStringProperty(this.info, 'location', { required: true })
au.assertURLProperty(this.info, 'logo', { required: true, https: true })
if (!process.env.NOMICS_PLATFORM_RELAX) {
au.assert(this.info.description.length >= 1000, 'Expected description to be at least 1,000 characters')
au.assertStringProperty(this.info, 'location', { required: true })
au.assertURLProperty(this.info, 'logo', { required: true, https: true })
}
au.assertURLProperty(this.info, 'website', { required: true })

@@ -39,4 +45,2 @@ au.assertStringProperty(this.info, 'twitter', { required: false })

au.assert(this.info.description.length >= 1000, 'Expected description to be at least 1,000 characters')
au.assert(

@@ -43,0 +47,0 @@ this.info.capability.trades ||

{
"name": "nomics-platform",
"version": "0.13.2",
"version": "0.13.3",
"description": "Nomics Platform Toolkit",

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

@@ -15,4 +15,11 @@ # Nomics Platform

If data functionality needs to be audited prior to all metadata being available, you can use the `NOMICS_PLATFORM_RELAX`
environment variable to temporarily relax requirements for description length, logo URL, and location.
```bash
NOMICS_PLATFORM_RELAX=1 npx nomics-platform audit https://path-to-your-api-root
```
## Nomics Integration Specifications
* [Cryptocurrency API Exchange Integration Specification](doc/cryptocurrency-api-exchange-integration.md)
- [Cryptocurrency API Exchange Integration Specification](doc/cryptocurrency-api-exchange-integration.md)
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