Comparing version 5.0.7-beta.616 to 5.0.7-beta.645
@@ -422,2 +422,3 @@ module.exports = | ||
* @property {Function} countries Function that gets click by countries for urls. Accepts valid URL. | ||
* @property {Function} bitlyRequest Function that allows you to to any bitly request | ||
*/ | ||
@@ -424,0 +425,0 @@ |
{ | ||
"plugins": ["plugins/markdown"], | ||
"plugins": ["plugins/markdown", "node_modules/jsdoc-babel"], | ||
"sourceType": "module", | ||
"source": { | ||
"include": ["src", "package.json", "README.md"], | ||
"includePattern": ".js$", | ||
@@ -20,2 +19,3 @@ "excludePattern": "(node_modules/|docs|.spec.js$)" | ||
"presets": ["es2017"], | ||
"plugins": ["transform-async-to-generator"], | ||
"babelrc": false | ||
@@ -22,0 +22,0 @@ }, |
@@ -12,3 +12,3 @@ { | ||
"homepage": "https://github.com/tanepiper/node-bitly", | ||
"version": "5.0.7-beta.616", | ||
"version": "5.0.7-beta.645", | ||
"author": { | ||
@@ -57,2 +57,3 @@ "name": "Tane Piper", | ||
"docs": "jsdoc -c jsdoc.json -R README.md", | ||
"ghdocs": "jsdoc2md --configure jsdoc.json src/*.js > docs/api.md", | ||
"lint": "eslint --config=./.eslintrc.json src/**.js" | ||
@@ -64,7 +65,11 @@ }, | ||
"babel-eslint": "^8.0.1", | ||
"babel-plugin-transform-async-to-generator": "^6.24.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-es2017": "^6.24.1", | ||
"chai": "^4.1.2", | ||
"eslint": "^4.10.0", | ||
"jsdoc": "^3.5.5", | ||
"jsdoc-babel": "^0.3.0", | ||
"jsdoc-to-markdown": "^3.0.0", | ||
"minami": "^1.2.3", | ||
@@ -71,0 +76,0 @@ "mocha": "^4.0.1", |
@@ -28,2 +28,4 @@ # node-bitly - Bitly API for nodejs | ||
To see the available libary APIs, you can view the [API Documentation](docs/api.md) | ||
### Code | ||
@@ -76,13 +78,1 @@ | ||
To run tests type `npm test`. | ||
### Bit.ly Features | ||
This module is limited to the following API methods: | ||
* info | ||
* shorten | ||
* expand | ||
* clicks / clicks_by_minute / clicks_by_day | ||
* referrers | ||
* countries | ||
* lookup |
@@ -231,2 +231,3 @@ const { doRequest, sortUrlsAndHash, generateUrl } = require('./lib'); | ||
* @property {Function} countries Function that gets click by countries for urls. Accepts valid URL. | ||
* @property {Function} bitlyRequest Function that allows you to to any bitly request | ||
*/ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 18 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
0
81851
21
16
1105
77