Socket
Socket
Sign inDemoInstall

@rikvanhaaren/ah_shop_api

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

rollup.config.ts

11

package.json
{
"name": "@rikvanhaaren/ah_shop_api",
"version": "1.0.1",
"version": "1.0.2",
"description": "Get products from the AlbertHeijn web store.",

@@ -10,6 +10,6 @@ "repository": {

"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "npm run build & node ./dist",
"build": "npx tsc",
"clean": "tsc --dist --clean",
"build": "rollup --config rollup.config.ts --configPlugin typescript",
"start": "ts-node src/client.ts",
"test": "jest"

@@ -26,8 +26,11 @@ },

"devDependencies": {
"@rollup/plugin-typescript": "^9.0.2",
"@types/node": "^18.7.18",
"jest": "^29.2.1",
"rollup": "^3.2.3",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.8.4"
}
}

@@ -18,3 +18,3 @@ # <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/Albert_Heijn_Logo.svg/1200px-Albert_Heijn_Logo.svg.png" alt="AH Logo" width="25"/> AH Shop Api

```jsx
const AHShopClient = require("ah_shop_api");
const AHShopClient = require("@rikvanhaaren/ah_shop_api");
const client = new AHShopClient();

@@ -21,0 +21,0 @@ ```

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