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

commonform-annotations

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commonform-annotations

peer dependency for packages that manipulate Common Form annotations

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

commonform-annotations

NPM version

Peer dependency for packages that manipulate Common Form annotations

{
  "peerDependencies": {
	"commonform-annotations": "1.x"
  }
}

All packages that peer-depend on this package expect as arguments (or return as outputs) Common Form annotation objects of a similar shape.

For this Common Form ...

{
  "content":[
    {"reference":"Indemnity"}
  ]
}

... an annotation might be ...

{
  "message": "The heading \"Indemnity\" is referenced, but not used.",
  "path": ["content", 0],
  "source": "commonform-lint",
  "url": null
}

Keywords

FAQs

Package last updated on 25 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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