@nativescript-community/ui-pager
Advanced tools
Sorry, the diff of this file is too big to display
+71
-70
| { | ||
| "name": "@nativescript-community/ui-pager", | ||
| "version": "14.1.34", | ||
| "description": "A NativeScript Pager / Carousel component that allows the user to swipe left and right through pages of data. ", | ||
| "main": "index", | ||
| "typings": "index.d.ts", | ||
| "sideEffects": false, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "scripts": { | ||
| "build": "npm run tsc", | ||
| "build.win": "npm run tsc.win && npm run readme", | ||
| "build.all": "npm run build && npm run build.angular", | ||
| "build.all.win": "npm run build .win&& npm run build.angular.win", | ||
| "build.angular": "ng-packagr -p ../../src/ui-pager/angular/ng-package.json -c ../../src/ui-pager/angular/tsconfig.json && rm angular/.npmignore", | ||
| "build.angular.win": "ng-packagr -p ..\\..\\src\\ui-pager\\angular\\ng-package.json -c ..\\..\\src\\ui-pager\\angular\\tsconfig.json", | ||
| "readme": "readme generate -c ../../tools/readme/blueprint.json", | ||
| "tsc": "cpy '**/*.d.ts' '../../packages/ui-pager' --parents --cwd=../../src/ui-pager && tsc -skipLibCheck -d", | ||
| "tsc.win": "cpy '**\\*.d.ts' '..\\..\\packages\\ui-pager' --parents --cwd=..\\..\\src\\ui-pager && tsc -skipLibCheck -d", | ||
| "clean": "rimraf ./*.d.ts ./*.js ./*.js.map", | ||
| "clean.win": "rimraf .\\*.d.ts .\\*.js .\\*.js.map" | ||
| }, | ||
| "nativescript": { | ||
| "platforms": { | ||
| "android": "6.0.0", | ||
| "ios": "6.0.0" | ||
| } | ||
| }, | ||
| "keywords": [ | ||
| "NativeScript", | ||
| "JavaScript", | ||
| "Android", | ||
| "iOS", | ||
| "pager", | ||
| "viewpager", | ||
| "UIPageViewController", | ||
| "slides", | ||
| "Carousel", | ||
| "ng", | ||
| "angular", | ||
| "vue", | ||
| "vue.js", | ||
| "react", | ||
| "svelte", | ||
| "nativescript-angular", | ||
| "nativescript-vue", | ||
| "preview|https://raw.githubusercontent.com/nativescript-community/ui-pager/master/images/demo-ios.gif|iOS Demo", | ||
| "preview|https://raw.githubusercontent.com/nativescript-community/ui-pager/master/images/demo-android.gif|Android Demo" | ||
| ], | ||
| "author": { | ||
| "name": "Martin Guillon", | ||
| "email": "martin@akylas.fr" | ||
| }, | ||
| "contributors": [ | ||
| { | ||
| "name": "Osei Fortune", | ||
| "email": "fortune.osei@yahoo.com" | ||
| } | ||
| ], | ||
| "bugs": { | ||
| "url": "https://github.com/nativescript-community/ui-pager/issues" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/nativescript-community/ui-pager" | ||
| }, | ||
| "license": "Apache-2.0", | ||
| "readmeFilename": "README.md", | ||
| "gitHead": "3f72456278f9539ccd3c78d097560eb4b457bd75" | ||
| } | ||
| "name": "@nativescript-community/ui-pager", | ||
| "version": "14.1.38", | ||
| "description": "A NativeScript Pager / Carousel component that allows the user to swipe left and right through pages of data. ", | ||
| "main": "index", | ||
| "typings": "index.d.ts", | ||
| "sideEffects": false, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "scripts": { | ||
| "build": "npm run tsc", | ||
| "build.win": "npm run tsc.win && npm run readme", | ||
| "build.all": "npm run build && npm run build.angular", | ||
| "build.all.win": "npm run build .win&& npm run build.angular.win", | ||
| "build.angular": "ng-packagr -p ../../src/ui-pager/angular/ng-package.json -c ../../src/ui-pager/angular/tsconfig.json && rm angular/.npmignore", | ||
| "build.angular.win": "ng-packagr -p ..\\..\\src\\ui-pager\\angular\\ng-package.json -c ..\\..\\src\\ui-pager\\angular\\tsconfig.json", | ||
| "readme": "readme generate -c ../../tools/readme/blueprint.json", | ||
| "tsc": "cpy '**/*.d.ts' '../../packages/ui-pager' --parents --cwd=../../src/ui-pager && tsc -skipLibCheck -d", | ||
| "tsc.win": "cpy '**\\*.d.ts' '..\\..\\packages\\ui-pager' --parents --cwd=..\\..\\src\\ui-pager && tsc -skipLibCheck -d", | ||
| "clean": "rimraf ./*.d.ts ./*.js ./*.js.map", | ||
| "clean.win": "rimraf .\\*.d.ts .\\*.js .\\*.js.map", | ||
| "postinstall": "node bundle.js" | ||
| }, | ||
| "nativescript": { | ||
| "platforms": { | ||
| "android": "6.0.0", | ||
| "ios": "6.0.0" | ||
| } | ||
| }, | ||
| "keywords": [ | ||
| "NativeScript", | ||
| "JavaScript", | ||
| "Android", | ||
| "iOS", | ||
| "pager", | ||
| "viewpager", | ||
| "UIPageViewController", | ||
| "slides", | ||
| "Carousel", | ||
| "ng", | ||
| "angular", | ||
| "vue", | ||
| "vue.js", | ||
| "react", | ||
| "svelte", | ||
| "nativescript-angular", | ||
| "nativescript-vue", | ||
| "preview|https://raw.githubusercontent.com/nativescript-community/ui-pager/master/images/demo-ios.gif|iOS Demo", | ||
| "preview|https://raw.githubusercontent.com/nativescript-community/ui-pager/master/images/demo-android.gif|Android Demo" | ||
| ], | ||
| "author": { | ||
| "name": "Martin Guillon", | ||
| "email": "martin@akylas.fr" | ||
| }, | ||
| "contributors": [ | ||
| { | ||
| "name": "Osei Fortune", | ||
| "email": "fortune.osei@yahoo.com" | ||
| } | ||
| ], | ||
| "bugs": { | ||
| "url": "https://github.com/nativescript-community/ui-pager/issues" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/nativescript-community/ui-pager" | ||
| }, | ||
| "license": "Apache-2.0", | ||
| "readmeFilename": "README.md", | ||
| "gitHead": "3f72456278f9539ccd3c78d097560eb4b457bd75" | ||
| } |
Known malware
Supply chain riskThis package version is identified as malware. It has been flagged either by Socket's AI scanner and confirmed by our threat research team, or is listed as malicious in security databases and other sources.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed or built. Malicious packages often use scripts that run automatically to execute payloads or fetch additional code.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
4110302
995.22%51
2%5149
0.02%0
-100%1
Infinity%1
Infinity%1
Infinity%