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

basisjs-tools

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basisjs-tools - npm Package Versions

1
10

1.3.9

Diff

Changelog

Source

1.3.9 (May 23, 2014)

  • server: add support for preprocessors
  • extractor: add support for virtual resources
lahmatiy
published 1.3.8 •

Changelog

Source

1.3.8 (April 27, 2014)

  • server: fix crash on proxy error handling
lahmatiy
published 1.3.7 •

Changelog

Source

1.3.7 (April 25, 2014)

  • build: make --css-inline-image works for style attributes
  • server: fix createFile command
  • server: show proxy errors in log and correct error message in response
  • server: fix UNABLE_TO_VERIFY_LEAF_SIGNATURE issue on proxy requests
lahmatiy
published 1.3.6 •

Changelog

Source

1.3.6 (March 22, 2014)

  • fix path resolving by server when basisjs-tools and app located on different drives (issue #12)
lahmatiy
published 1.3.5 •

Changelog

Source

1.3.5 (March 21, 2014)

  • server shows 'port already in use' warning and other errors now, but not silently exit
  • fix module.exports values resolving on extract
lahmatiy
published 1.3.4 •

Changelog

Source

1.3.4 (March 19, 2014)

Extractor

  • FIX: when basis.require invoke for namespace it didn't reference to module.exports
  • FIX: scope reference resolving
  • FIX: crash on warning when template source is not a basis.js resource

Server

  • NEW: support for http -> https proxy
  • disable x-forwarded headers for proxy by default (some servers worry about it and some redirect requests)
lahmatiy
published 1.3.3 •

Changelog

Source

1.3.3 (March 16, 2014)

  • fix relative path resolving in extractor for basis.require
  • fix basis.js installing by create app when app name specified
lahmatiy
published 1.3.2 •

Changelog

Source

1.3.2 (March 8, 2014)

  • fix absolute path resolving in extractor for basis.resource and basis.require
  • some fixes in server message output
lahmatiy
published 1.3.1 •

Changelog

Source

1.3.1 (February 28, 2014)

Common

  • update dependancy lib versions
  • small server message output improvements
  • fix command argument processing for build, create and extract

Build & extract

  • style attributes in templates are now processing
  • output fatal error for more than one <link> with same filename
  • name main basis.js file as script.js if present
  • add require and resource arguments to module wrapper as 3rd party libraries could test for require is present
  • FIX: don't warn on <script> with external url
  • FIX: style attributes processing (fetch resources, pack and so on)
  • FIX: don't merge <style>/<link> with id attribute
  • FIX: don't lose id attribute on replaced <link>
  • FIX: avoid warning in build app for _theme_css_ include
lahmatiy
published 1.3.0 •

Changelog

Source

1.3.0 (February 22, 2014)

Common

  • brand new module clap as command line argument parser (refactoring of commands, remove commander module as dependency)
  • add jscs config, base code style cleanup
  • rename bin/basis.js to bin/basis

Server

  • rework server file changes watcher (more stable and robust now)
  • reduce output messages (use --verbose flag for more messages)
  • colorize output messages (suppress by --no-color option)
  • use cache for __basis_resources__ gzip
  • rename __basis_resources__.js to /basisjs-tools/resourceCache.js
  • rename __devsync__.js to /basisjs-tools/syncFiles.js
  • client/server handshake doesn't depend on basis.js anymore
  • new socket command openFile to open file in external editor
  • remove deprecated things, remove appcp client and server, clean requires
  • various improvements

Build

  • reduce output messages (use --verbose flag for more messages)
  • colorize output messages in non-verbose mode (suppress by --no-color option)
  • new --css-inline-image option to inline css images
  • new --warnings option to show warning list in summary
  • show matched js expression on extract in verbose mode
  • add build label <meta> to index file
  • copy unknown options in basis-config to build as is
  • add ./ prefix to relinked filenames for basis.resource, basis.require and basis.l10n.dictionary
  • remove js/merge handler as not working for now
  • FIX: relative require filename resolving
  • FIX: js file translate in some cases
  • FIX: left part resolving in assign expressions
  • FIX: asset html files output path
  • FIX: template extractor on MacOS
  • FIX: l10n pack for basis.l10n version 2
  • FIX: l10n dictionary filename resolving
  • FIX: various path related bugs
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