styled-compoment 0.0.1-security → 7.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 styled-compoment might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/README.md +3 -5
  2. package/index.js +6 -0
  3. package/package.json +20 -3
package/README.md CHANGED
@@ -1,5 +1,3 @@
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=styled-compoment for more information.
1
+ # styled-components
2
+
3
+ just a test
package/index.js ADDED
@@ -0,0 +1,6 @@
1
+ //Hello, This a test for my scenario on CI/CD hacking lab
2
+ function styled() {
3
+ return "Bonjour, cette version est la bonne 7.0.0"
4
+ }
5
+
6
+ module.exports = styled
package/package.json CHANGED
@@ -1,6 +1,23 @@
1
1
  {
2
2
  "name": "styled-compoment",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "7.0.0",
4
+ "description": "for test purpose",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/oak-ba/styled-components.git"
12
+ },
13
+ "keywords": [
14
+ "ci",
15
+ "cd"
16
+ ],
17
+ "author": "oak",
18
+ "license": "ISC",
19
+ "bugs": {
20
+ "url": "https://github.com/oak-ba/styled-components/issues"
21
+ },
22
+ "homepage": "https://github.com/oak-ba/styled-components#readme"
6
23
  }