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

speccy

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

speccy - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.editorconfig

83

package.json
{
"name": "speccy",
"version": "0.0.1",
"private": false,
"main": "./index.js",
"description": "simple specification pattern for JavaScript object validation",
"keywords": [
"specification",
"pattern",
"validation",
"satisfied",
"satisfies",
"issatisfiedby",
"and",
"or",
"not"
],
"homspeccyge": "https://github.com/derickbailey/speccy",
"bugs": {
"url": "http://github.com/derickbailey/speccy/issues"
"version": "0.1.0",
"description": "Your friendly OpenAPI v3.0 #WellActually CLI assistant.",
"bin": {
"speccy": "./speccy.js"
},
"license": "MIT",
"author": {
"name": "Derick Bailey",
"url": "http://derickbailey.com",
"email": "derickbailey@gmail.com"
"scripts": {
"test": "mocha"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
},
"repository": {
"type": "git",
"url": "http://github.com/derickbailey/speccy.git"
"url": "https://github.com/wework/speccy.git",
"type": "git"
},
"dependencies": {},
"author": "Mike Ralphson <mike.ralphson@gmail.com>",
"license": "BSD-3-Clause",
"dependencies": {
"ajv": "^5.0.1",
"call-me-maybe": "^1.0.1",
"co": "^4.6.0",
"js-yaml": "^3.6.1",
"node-fetch": "^1.6.3",
"node-readfiles": "^0.2.0",
"reftools": "0.0.20",
"should": "^13.0.1",
"yargs": "^10.0.3"
},
"keywords": [
"swagger",
"openapi",
"openapi2",
"openapi3",
"converter",
"conversion",
"validator",
"validation",
"resolver",
"lint",
"linter"
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jasmine-node": "^0.2.1"
"babel-core": "^6.24.1",
"babel-loader": "^7.1.0",
"babel-preset-es2015": "^6.24.1",
"coveralls": "^3.0.0",
"mocha": "^5.0.0",
"webpack": "^3.5.6"
}
}
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