Socket
Socket
Sign inDemoInstall

doctrine

Package Overview
Dependencies
1
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.1 to 0.6.2

.editorconfig

72

package.json
{
"name": "doctrine",
"description": "JSDoc parser",
"homepage": "http://github.com/Constellation/doctrine.html",
"main": "doctrine.js",
"version": "0.6.1",
"engines": {
"node": ">=0.10.0"
},
"maintainers": [{
"name": "Yusuke Suzuki",
"email": "utatane.tea@gmail.com",
"web": "http://github.com/Constellation"
}],
"repository": {
"type": "git",
"url": "http://github.com/Constellation/doctrine.git"
},
"devDependencies": {
"jslint": "~0.6.5",
"eslint": "~0.9.2",
"mocha": "*",
"should": "*"
},
"licenses": [{
"type": "BSD",
"url": "http://github.com/Constellation/doctrine/raw/master/LICENSE.BSD"
}],
"scripts": {
"test": "npm run-script lint && npm run-script eslint && ./node_modules/.bin/mocha",
"lint": "node_modules/jslint/bin/jslint.js doctrine.js",
"eslint": "node_modules/eslint/bin/eslint.js -c eslint.json doctrine.js"
"name": "doctrine",
"description": "JSDoc parser",
"homepage": "http://github.com/Constellation/doctrine.html",
"main": "doctrine.js",
"version": "0.6.2",
"engines": {
"node": ">=0.10.0"
},
"maintainers": [
{
"name": "Yusuke Suzuki",
"email": "utatane.tea@gmail.com",
"web": "http://github.com/Constellation"
}
],
"repository": {
"type": "git",
"url": "http://github.com/Constellation/doctrine.git"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-eslint": "^0.1.8",
"gulp-istanbul": "^0.3.1",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^1.1.1",
"jshint-stylish": "^1.0.0",
"should": "^4.1.0"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/Constellation/doctrine/raw/master/LICENSE.BSD"
}
],
"scripts": {
"test": "gulp",
"unit-test": "gulp test",
"lint": "gulp lint"
},
"dependencies": {
"esutils": "^1.1.4"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc