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

annotate

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

annotate - npm Package Compare versions

Comparing version 0.6.6 to 0.6.7

2

component.json
{
"name": "annotate",
"version": "0.6.6",
"version": "0.6.7",
"main": "./lib/annotate.js",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -5,3 +5,3 @@ {

"author": "Juho Vepsalainen <bebraw@gmail.com>",
"version": "0.6.6",
"version": "0.6.7",

@@ -13,4 +13,4 @@ "dependencies": {

"devDependencies": {
"suite.js": "== 0.5.4",
"funkit": "== 0.5.1"
"suite.js": "== 0.6.0",
"funkit": "== 0.7.7"
},

@@ -17,0 +17,0 @@

@@ -1,6 +0,6 @@

# annotate.js - Asserts your function invariants
# annotate - Annotate your JavaScript function definitions
`annotate.js` allows you to attach certain metadata to your functions. For
instance you could document invariants of your function this way. In
addition you can attach an optional description you can access later on.
`annotate` allows you to ... guess what ... annotate your functions. For
instance you could document invariants of your function. Or attach a
description to it. It is possible to access this data later on.

@@ -69,3 +69,3 @@ This metadata can be used by tools such as [suite.js](https://github.com/bebraw/suite.js)

`annotate.js` is available under MIT. See LICENSE for more details.
`annotate` is available under MIT. See LICENSE for more details.
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