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

nativescript-ui-core

Package Overview
Dependencies
Maintainers
8
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 3.0.0-androidx to 3.0.0

29

package.json
{
"name": "nativescript-ui-core",
"version": "3.0.0-androidx",
"version": "3.0.0",
"description": "Helper plugin that contains common native code shared among plugins.",

@@ -9,4 +9,4 @@ "main": "ui-core",

"platforms": {
"android": "4.2.0",
"ios": "4.2.0"
"android": "6.0.0",
"ios": "6.0.0"
}

@@ -16,3 +16,3 @@ },

"type": "git",
"url": "https://github.com/telerik/nativescript-ui-feedback.git"
"url": "https://github.com/NativeScript/nativescript-ui-feedback.git"
},

@@ -24,13 +24,5 @@ "scripts": {

"build": "npm run build.wrappers && npm run build.native",
"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/**' --exclude '**/platforms/**'",
"plugin.link": "npm link && cd ../demo && npm link nativescript-ui-core && cd ../src",
"plugin.tscwatch": "npm run tsc -- -w",
"demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles",
"demo.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles",
"demo.reset": "cd ../demo && rimraf platforms",
"plugin.prepare": "npm run tsc && cd ../demo && tns plugin remove nativescript-ui-core && tns plugin add ../src",
"clean": "cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link",
"clean": "cd ../src && rimraf node_modules",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'"

@@ -48,12 +40,9 @@ },

},
"bugs": {
"url": "https://github.com/telerik/nativescript-ui-feedback/issues"
},
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://github.com/telerik/nativescript-ui-feedback",
"homepage": "https://github.com/NativeScript/nativescript-ui-feedback",
"readmeFilename": "README.md",
"devDependencies": {
"tns-core-modules": "androidx",
"tns-platform-declarations": "androidx",
"typescript": "~2.3.0",
"tns-core-modules": "^6.0.0",
"tns-platform-declarations": "^6.0.0",
"typescript": "~3.4.5",
"prompt": "^1.0.0",

@@ -60,0 +49,0 @@ "rimraf": "^2.5.0",

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