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.7 to 0.7.0

79

package.json
{
"name": "annotate",
"description": "Asserts your function invariants",
"author": "Juho Vepsalainen <bebraw@gmail.com>",
"version": "0.6.7",
"dependencies": {
"is-js": "== 0.1.1"
},
"devDependencies": {
"suite.js": "== 0.6.0",
"funkit": "== 0.7.7"
},
"scripts": {
"test": "node ./lib/tests.js"
},
"main": "./lib/annotate.js",
"repository": {
"type": "git",
"url": "git@github.com:bebraw/annotate.git"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/bebraw/annotate",
"bugs": {
"url": "https://github.com/bebraw/annotate/issues"
},
"keywords": ["testing", "utilities"],
"licenses": [{
"type": "MIT",
"url": "https://github.com/bebraw/annotate/blob/master/LICENSE"
}]
}
"name": "annotate",
"description": "Asserts your function invariants",
"author": "Juho Vepsalainen <bebraw@gmail.com>",
"version": "0.7.0",
"dependencies": {
"is-js": "== 0.1.1"
},
"devDependencies": {
"suite.js": "== 0.6.0",
"funkit": "== 0.7.7"
},
"scripts": {
"test": "node ./lib/tests.js"
},
"main": "./lib/annotate.js",
"repository": {
"type": "git",
"url": "git@github.com:annojs/annotate.git"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/annojs/annotate",
"bugs": {
"url": "https://github.com/annojs/annotate/issues"
},
"keywords": [
"testing",
"utilities"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/annojs/annotate/blob/master/LICENSE"
}
]
}
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