Socket
Socket
Sign inDemoInstall

nativescript-dev-sass

Package Overview
Dependencies
Maintainers
8
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-dev-sass - npm Package Compare versions

Comparing version 1.6.2-next-2019-02-28-225133-01 to 1.7.0

152

package.json
{
"name": "nativescript-dev-sass",
"version": "1.6.2-next-2019-02-28-225133-01",
"description": "SASS CSS pre-processor for NativeScript projects.",
"scripts": {
"test": "exit 0",
"postinstall": "node postinstall.js",
"preuninstall": "node preuninstall.js",
"demo.ios": "npm run preparedemo && cd ../demo && tns run ios --syncAllFiles",
"demo.ios.device": "npm run preparedemo && cd ../demo && tns run ios",
"demo.android": "npm run preparedemo && cd ../demo && tns run android --syncAllFiles",
"demo.ng.ios": "npm run preparedemong && cd ../demo-angular && tns run ios --syncAllFiles",
"demo.ng.android": "npm run preparedemong && cd ../demo-angular && tns run android --syncAllFiles",
"test.ios": "cd ../demo && tns test ios --emulator",
"test.ios.device": "cd ../demo && tns test ios",
"test.android": "cd ../demo && tns test android",
"preparedemo": "cd ../demo && npm uninstall nativescript-dev-sass && npm install ../src --save-dev && tns install",
"preparedemong": "cd ../demo-angular && npm uninstall nativescript-dev-sass && npm install ../src --save-dev && tns install",
"setup": "npm i && cd ../demo && npm i && npm install ../src --save-dev"
},
"nativescript": {
"hooks": [
{
"type": "before-prepare",
"script": "lib/before-prepare.js",
"inject": true
},
{
"type": "before-watchPatterns",
"script": "lib/before-watchPatterns.js",
"inject": true
},
{
"type": "after-prepare",
"script": "lib/after-prepare.js",
"inject": true
},
{
"type": "before-watch",
"script": "lib/watch.js",
"inject": true
},
{
"type": "after-watch",
"script": "lib/after-watch.js",
"inject": true
}
],
"tns-ios": {
"version": "3.0.0"
}
},
"keywords": [
"NativeScript",
"SASS",
"CSS"
"name": "nativescript-dev-sass",
"version": "1.7.0",
"description": "SASS CSS pre-processor for NativeScript projects.",
"scripts": {
"test": "exit 0",
"postinstall": "node postinstall.js",
"preuninstall": "node preuninstall.js",
"demo.ios": "npm run preparedemo && cd ../demo && tns run ios --syncAllFiles",
"demo.ios.device": "npm run preparedemo && cd ../demo && tns run ios",
"demo.android": "npm run preparedemo && cd ../demo && tns run android --syncAllFiles",
"demo.ng.ios": "npm run preparedemong && cd ../demo-angular && tns run ios --syncAllFiles",
"demo.ng.android": "npm run preparedemong && cd ../demo-angular && tns run android --syncAllFiles",
"test.ios": "cd ../demo && tns test ios --emulator",
"test.ios.device": "cd ../demo && tns test ios",
"test.android": "cd ../demo && tns test android",
"preparedemo": "cd ../demo && npm uninstall nativescript-dev-sass && npm install ../src --save-dev && tns install",
"preparedemong": "cd ../demo-angular && npm uninstall nativescript-dev-sass && npm install ../src --save-dev && tns install",
"setup": "npm i && cd ../demo && npm i && npm install ../src --save-dev"
},
"nativescript": {
"hooks": [
{
"type": "before-prepare",
"script": "lib/before-prepare.js",
"inject": true
},
{
"type": "before-watchPatterns",
"script": "lib/before-watchPatterns.js",
"inject": true
},
{
"type": "after-prepare",
"script": "lib/after-prepare.js",
"inject": true
},
{
"type": "before-watch",
"script": "lib/watch.js",
"inject": true
},
{
"type": "after-watch",
"script": "lib/after-watch.js",
"inject": true
}
],
"author": {
"name": "Todd Anglin",
"email": "toddanglin@gmail.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ToddAnglin/nativescript-dev-sass.git"
},
"dependencies": {
"bluebird": "^3.4.6",
"chokidar": "2.0.2",
"node-sass": "^4.7.1",
"glob": "^7.1.2",
"nativescript-hook": "^0.2.0"
},
"bugs": {
"url": "https://github.com/toddanglin/nativescript-dev-sass/issues"
},
"homepage": "https://github.com/toddanglin/nativescript-dev-sass",
"readmeFilename": "README.md"
"tns-ios": {
"version": "3.0.0"
}
},
"keywords": [
"NativeScript",
"SASS",
"CSS"
],
"author": {
"name": "Todd Anglin",
"email": "toddanglin@gmail.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ToddAnglin/nativescript-dev-sass.git"
},
"dependencies": {
"bluebird": "^3.4.6",
"chokidar": "2.0.2",
"node-sass": "^4.7.1",
"glob": "^7.1.2",
"nativescript-hook": "^0.2.0"
},
"bugs": {
"url": "https://github.com/toddanglin/nativescript-dev-sass/issues"
},
"homepage": "https://github.com/toddanglin/nativescript-dev-sass",
"readmeFilename": "README.md"
}
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