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

@nativescript-community/ui-material-core

Package Overview
Dependencies
Maintainers
19
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript-community/ui-material-core - npm Package Compare versions

Comparing version 7.2.49 to 7.2.50

14

package.json
{
"name": "@nativescript-community/ui-material-core",
"version": "7.2.49",
"version": "7.2.50",
"description": "Material Core component",

@@ -8,2 +8,12 @@ "main": "./index",

"typings": "./index.d.ts",
"scripts": {
"tsc": "cpy '**/*.d.ts' '../../packages/core' --cwd=../../src/core --parents && tsc -d",
"tsc-win": "cpy **/*.d.ts ..\\..\\packages\\core --cwd=..\\..\\src\\core --parents && tsc -d",
"build": "npm run tsc",
"build.watch": "npm run tsc -- -w",
"build.win": "npm run tsc-win",
"build.all": "npm run build",
"build.all.win": "npm run build.win",
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map android"
},
"nativescript": {

@@ -32,3 +42,3 @@ "platforms": {

"readmeFilename": "README.md",
"gitHead": "f0efc973ad1f9b3adf0c3f0b63ac7fa7a0dba0e2"
"gitHead": "1b6dd47fd16a0139c569395ca1ffdd6e0a401c21"
}
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