react-native-api-networking
Advanced tools
Comparing version 0.0.2 to 0.0.8
@@ -1,1 +0,4 @@ | ||
export declare const Greeter: (name: string) => string; | ||
export * from './client'; | ||
export * from './config'; | ||
export * from './model'; | ||
export * from './helper'; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Greeter = void 0; | ||
var Greeter = function (name) { return "Hello ".concat(name); }; | ||
exports.Greeter = Greeter; | ||
__exportStar(require("./client"), exports); | ||
__exportStar(require("./config"), exports); | ||
__exportStar(require("./model"), exports); | ||
__exportStar(require("./helper"), exports); |
{ | ||
"name": "react-native-api-networking", | ||
"version": "0.0.2", | ||
"description": "Simple API Network Clients for React Native", | ||
"repository": "git@github.com:OnurVar/react-native-api-networking.git", | ||
"author": "Onur Var <var.onur@hotmail.com>", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib/**/*" | ||
], | ||
"scripts": { | ||
"build": "tsc", | ||
"format": "prettier --write \"src/**/*.ts\"", | ||
"lint": "tslint -p tsconfig.json", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm run lint", | ||
"preversion": "npm run lint", | ||
"version": "npm run format && git add -A src", | ||
"postversion": "git push && git push --tags" | ||
}, | ||
"dependencies": { | ||
"axios": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^2.7.1", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^4.8.4" | ||
} | ||
"name": "react-native-api-networking", | ||
"version": "0.0.8", | ||
"description": "Simple API Network Clients for React Native", | ||
"repository": "git@github.com:OnurVar/react-native-api-networking.git", | ||
"author": "Onur Var <var.onur@hotmail.com>", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"format": "prettier --write \"src/**/*.(js|ts)\"", | ||
"lint": "eslint src --ext .js,.ts", | ||
"lint:fix": "eslint src --fix --ext .js,.ts", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm run lint", | ||
"preversion": "npm run lint", | ||
"version": "npm run format && git add -A src", | ||
"postversion": "git push && git push --tags" | ||
}, | ||
"dependencies": { | ||
"axios": "^1.1.3", | ||
"axios-logger": "^2.6.1" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "5.38.0", | ||
"@typescript-eslint/parser": "5.38.0", | ||
"eslint": "8.23.1", | ||
"prettier": "2.7.1", | ||
"typescript": "4.8.3" | ||
}, | ||
"files": [ | ||
"lib/**/*" | ||
] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
39023
76
927
1
4
2
5
+ Addedaxios-logger@^2.6.1
+ Addedansi-styles@4.3.0(transitive)
+ Addedaxios-logger@2.8.1(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addeddateformat@3.0.3(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedsupports-color@7.2.0(transitive)