Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nativescript-ui-core

Package Overview
Dependencies
Maintainers
11
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-ui-core - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0-rc.0

common.d.ts

83

package.json
{
"name": "nativescript-ui-core",
"version": "4.0.0",
"description": "Helper plugin that contains common native code shared among plugins.",
"main": "ui-core",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "6.0.0",
"ios": "6.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/nativescript-ui-feedback.git"
},
"scripts": {
"tsc": "tsc -skipLibCheck",
"build.wrappers": "npm i && tsc",
"build.native": "bash ../publish/build-android.sh && bash ../publish/build-ios.sh",
"build": "npm run build.wrappers && npm run build.native",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude '**/node_modules/**' --exclude '**/platforms/**'",
"plugin.tscwatch": "npm run tsc -- -w",
"clean": "cd ../src && rimraf node_modules",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS"
],
"author": {
"name": "NativeScript Team",
"email": "nativescriptplugins@progress.com"
},
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://github.com/NativeScript/nativescript-ui-feedback",
"readmeFilename": "README.md",
"devDependencies": {
"tns-core-modules": "^6.0.0",
"tns-platform-declarations": "^6.0.0",
"typescript": "~3.4.5",
"prompt": "^1.0.0",
"rimraf": "^2.5.0",
"tslint": "~5.11.0"
},
"dependencies": {},
"bootstrapper": "nativescript-plugin-seed"
}
"name": "nativescript-ui-core",
"version": "5.0.0-rc.0",
"description": "Helper plugin that contains common native code shared among plugins.",
"main": "index",
"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",
"TypeScript",
"iOS",
"Android"
],
"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"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc