New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bring-shopping

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bring-shopping - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

build/bring.js

90

package.json
{
"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`

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