Socket
Socket
Sign inDemoInstall

wikipediajs

Package Overview
Dependencies
3
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

.travis.yml

25

package.json
{
"name": "wikipediajs",
"version": "1.0.0",
"version": "1.1.0",
"description": "Wikipedia js api wrapper",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha src/wiki.spec.js",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once",
"commit": "git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maximodleon/wikipediajs.git"
"url": "https://github.com/maximodleon/wikipediajs.git"
},

@@ -23,3 +26,17 @@ "keywords": [

},
"homepage": "https://github.com/maximodleon/wikipediajs#readme"
"homepage": "https://github.com/maximodleon/wikipediajs#readme",
"dependencies": {
"axios": "0.17.1"
},
"devDependencies": {
"chai": "4.1.2",
"commitizen": "2.9.6",
"cz-conventional-changelog": "2.1.0",
"mocha": "4.1.0",
"semantic-release": "^12.2.2",
"travis-deploy-once": "^4.3.2"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
}
}
# wikipediajs
[![Travis build](https://img.shields.io/travis/maximodleon/wikipediajs.svg?style=flat-square)]()
[![npm](https://img.shields.io/npm/v/wikipediajs.svg?style=flat-square)]()
Promise-based wikipedia API wrapper
src/index.js
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