@nativescript/camera
Advanced tools
Comparing version 5.0.0 to 5.0.2
{ | ||
"name": "@nativescript/camera", | ||
"version": "5.0.0", | ||
"description": "Provides API for using device camera", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/NativeScript/nativescript-camera" | ||
}, | ||
"main": "camera", | ||
"typings": "index.d.ts", | ||
"nativescript": { | ||
"platforms": { | ||
"android": "4.0.0", | ||
"ios": "4.0.0" | ||
} | ||
}, | ||
"scripts": { | ||
"tsc": "tsc -skipLibCheck", | ||
"build": "npm i && tsc", | ||
"postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link", | ||
"test.android": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch", | ||
"test.ios": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch", | ||
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"", | ||
"plugin.link": "npm link && cd ../demo && npm link nativescript-camera", | ||
"plugin.tscwatch": "npm run tsc -- -w", | ||
"demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios", | ||
"demo.android": "npm i && npm run tsc && cd ../demo && tns run android", | ||
"demo.ng.ios": "npm i && npm run tsc && cd ../demo-angular && tns run ios", | ||
"demo.ng.android": "npm i && npm run tsc && cd ../demo-angular && tns run android", | ||
"demo.reset": "cd ../demo && rimraf platforms", | ||
"plugin.prepare": "npm run tsc && cd ../demo && tns plugin remove nativescript-camera && tns plugin add ../src", | ||
"clean": "cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link", | ||
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'" | ||
}, | ||
"keywords": [ | ||
"NativeScript", | ||
"JavaScript", | ||
"Android", | ||
"iOS", | ||
"camera", | ||
"gallery", | ||
"images" | ||
], | ||
"author": "NativeScript team", | ||
"dependencies": { | ||
"nativescript-permissions": "~1.3.0" | ||
}, | ||
"devDependencies": { | ||
"@nativescript/core": "rc", | ||
"@nativescript/types": "rc", | ||
"typescript": "~3.9.0", | ||
"prompt": "^1.0.0", | ||
"rimraf": "^2.6.2", | ||
"tslint": "~6.1.2" | ||
}, | ||
"license": "Apache-2.0" | ||
"name": "@nativescript/camera", | ||
"version": "5.0.2", | ||
"description": "Provides API for using device camera", | ||
"main": "index.js", | ||
"typings": "index.d.ts", | ||
"nativescript": { | ||
"platforms": { | ||
"ios": "6.0.0", | ||
"android": "6.0.0" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/NativeScript/plugins.git" | ||
}, | ||
"keywords": [ | ||
"NativeScript", | ||
"JavaScript", | ||
"Android", | ||
"iOS", | ||
"camera", | ||
"gallery", | ||
"images" | ||
], | ||
"author": { | ||
"name": "NativeScript", | ||
"email": "oss@nativescript.org" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/NativeScript/plugins/issues" | ||
}, | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/NativeScript/plugins", | ||
"readmeFilename": "README.md", | ||
"bootstrapper": "@nativescript/plugin-seed", | ||
"dependencies": { | ||
"nativescript-permissions": "~1.3.0" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
50903
0
16
486
0
0
0
14
2