bring-shopping
Advanced tools
Comparing version 1.3.1 to 1.4.0
{ | ||
"name": "bring-shopping", | ||
"version": "1.3.1", | ||
"engines": { | ||
"node": ">=8.0.0" | ||
}, | ||
"description": "Nodejs wrapper for the Bring! API", | ||
"author": { | ||
"name": "Moritz Heusinger", | ||
"email": "moritz.heusinger@gmail.com" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Moritz Heusinger", | ||
"email": "moritz.heusinger@gmail.com" | ||
} | ||
], | ||
"homepage": "https://github.com/foxriver76/bring-api", | ||
"license": "MIT", | ||
"keywords": [ | ||
"bring", | ||
"shopping-list" | ||
], | ||
"dependencies": { | ||
"request": "^2.88.2", | ||
"request-promise-native": "^1.0.9" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.3.4", | ||
"mocha": "^8.3.2" | ||
}, | ||
"scripts": { | ||
"test": "node node_modules/mocha/bin/mocha" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/foxriver76/node-bring-api.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/foxriver76/node-bring-api/issues" | ||
}, | ||
"main": "lib/bring.js" | ||
"name": "bring-shopping", | ||
"version": "1.4.0", | ||
"engines": { | ||
"node": ">=8.0.0" | ||
}, | ||
"description": "Nodejs wrapper for the Bring! API", | ||
"author": { | ||
"name": "Moritz Heusinger", | ||
"email": "moritz.heusinger@gmail.com" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Moritz Heusinger", | ||
"email": "moritz.heusinger@gmail.com" | ||
} | ||
], | ||
"homepage": "https://github.com/foxriver76/bring-api", | ||
"license": "MIT", | ||
"keywords": [ | ||
"bring", | ||
"shopping-list" | ||
], | ||
"dependencies": { | ||
"request": "^2.88.2", | ||
"request-promise-native": "^1.0.9" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^16.11.12", | ||
"@types/request-promise-native": "^1.0.18", | ||
"chai": "^4.3.4", | ||
"mocha": "^9.1.3", | ||
"typescript": "^4.5.2" | ||
}, | ||
"scripts": { | ||
"test": "node node_modules/mocha/bin/mocha", | ||
"build": "tsc -b tsconfig.build.json" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/foxriver76/node-bring-api.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/foxriver76/node-bring-api/issues" | ||
}, | ||
"files": [ | ||
"build/", | ||
"LICENSE" | ||
], | ||
"main": "build/bring.js" | ||
} |
@@ -8,2 +8,6 @@ # Node-Bring-Shopping | ||
## Disclaimer | ||
The developers of this module are in no way endorsed by or affiliated with | ||
Bring! Labs AG, or any associated subsidiaries, logos or trademarks. | ||
## Installation | ||
@@ -45,2 +49,5 @@ ```npm install bring-shopping --production``` | ||
## Changelog | ||
### 1.4.0 (2021-08-12) | ||
* (foxriver76) restructure to typescript | ||
### 1.3.1 (2021-04-29) | ||
@@ -47,0 +54,0 @@ * (foxriver76) fixed issue where error was used instead of the mssage on `getPendingInvitations` |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
17524
82
1
5
200
1