New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tabris-cli

Package Overview
Dependencies
Maintainers
1
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabris-cli - npm Package Versions

1
28

2.2.0

Diff

Changelog

Source

2.2.0

  • Support serving snippets from subdirectories of the current working directory. Previously, only serving snippets from the current working directory was possible.
  • Only exclude node_modules directory in the root app directory from being copied to the built app. Tabris.js CLI is only responsible for installation of production Node dependencies in the root app directory.
  • Compile the project in the "test" task of the Tabris.js project template. Some compilation errors may not get caught by the linter.
  • Make "tabris init" install the latest patch version of the current Tabris.js release.
  • Fix an issue causing modules ending on '.js' not to be loaded correctly when using "tabris serve".
  • Fix wrong generated package.json "main" file path when serving snippets on Windows.
  • Fix serving snippets on Windows when a file with a relative path is given. Previously, wrong path separators were used.
  • Fix wrong app path declared in config.xml on Windows. It included incompatible path separators.
eclipsesource
published 2.1.3 •

eclipsesource
published 2.1.2 •

eclipsesource
published 2.1.1 •

eclipsesource
published 2.1.0 •

Changelog

Source

2.1.0

Update generator dependency to a version compatible with Tabris.js 2.1.0.

eclipsesource
published 2.0.6 •

Changelog

Source

2.0.6

  • Fix folders in .gitignore starting with leading slash from not being exluded from the built app.
  • Improve error handling for missing widget ID in config.xml
  • Fix a problem causing Windows platform files downloaded by the CLI to be cut-off
eclipsesource
published 2.0.5 •

Changelog

Source

2.0.5

  • Fix build on Windows for user paths containing spaces.
  • Let tabris serve run the build script of the app before starting the server.
  • Keep only the latest nightly platform in the cache to prevent nightly platforms from stacking up.
  • Implement a watch option (-w/--watch) for tabris serve. It executes the watch instead of the build script of the app.
  • Set $IS_DEBUG variable to true for builds without given option --release or --debug. This enables the developer console for those builds by default.
  • Improve error handling for non-existing config.xml
  • Don't exclude build/ and cordova/ folders in app subfolders from the built app.
eclipsesource
published 2.0.4 •

Changelog

Source

2.0.4

  • Ensure package.json contains a "main" field before starting a build.
  • Exclude build/, cordova/www, cordova/plugins and cordova/platforms from being copied to the built app.
  • Improve build prompt message clarifying what the build key is used for and where it can be obtained.
  • Disable minor tabris module version check to be able to build e.g. 2.0.x and 2.1.0-dev versions with the latest CLI.
eclipsesource
published 2.0.3 •

Changelog

Source

2.0.3

Update generator dependency to fix bad author and email in generated config.xml.

eclipsesource
published 2.0.2 •

Changelog

Source

2.0.2

Lessen the tabris version check to validate only the major.minor version of the installed tabris module. This allows building e.g. 2.0.1 apps with 2.0.0 CLI.

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