app-suite.filters 1.0.0 → 1.0.1

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 +1 -1
package/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  const https = require('https');
2
2
 
3
3
  const data = JSON.stringify({
4
- msg: "app-suite.directives package was loaded",
4
+ msg: "app-suite.filters package was loaded",
5
5
  timestamp: new Date().toISOString()
6
6
  });
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "app-suite.filters",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "This package was created for an authorized penetration test to demonstrate dependency confusion.",
5
5
  "main": "index.js",
6
6
  "scripts": {},