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

23
10

1.12.3

Diff

lahmatiy
published 1.12.2 •

Changelog

Source

1.12.2 (September 18, 2017)

  • Bumped basisjs-tools-build to ^1.11.3
  • Bumped basisjs-tools-server to ^1.0.1
  • Bumped clap to ^1.2.2
lahmatiy
published 1.12.1 •

Changelog

Source

1.12.1 (September 12, 2017)

  • Bumped basisjs-tools-build to ^1.11.2
lahmatiy
published 1.12.0 •

Changelog

Source

1.12.0 (September 6, 2017)

  • Moved basisjs-tools-server to a separate package

Warning! For now /basisjs-tools/devpanel doesn't work for basis.js (1.11.0 at the moment), since basis's devpanel should migrate to rempl.

lahmatiy
published 1.11.0 •

Changelog

Source

1.11.0 (September 5, 2017)

  • Bumped deps
    • basisjs-tools-ast to ^1.6.0
    • basisjs-tools-build to ^1.11.0
    • clap to ~1.2.0
lahmatiy
published 1.10.2 •

Changelog

Source

1.10.2 (November 7, 2016)

  • Added command details in debug mode to investigate problems with getBundle and getAppProfile
  • Bumped socket.io version to work on node.js 7+ (@smelukov)
lahmatiy
published 1.10.1 •

Changelog

Source

1.10.1 (August 31, 2016)

  • Fixed issues that break devtool client in Firefox and Edge
  • Devtool client doesn't use srcdoc for sandbox anymore since buggy in various scenarios
  • Fixed devtool client layout for old Webkit browsers
  • Tweaked inspect client indicator to fit for small height page
lahmatiy
published 1.10.0 •

Changelog

Source

1.10.0 (August 28, 2016)

  • Implemented remote devtool functionality
    • New set of socket commands to communicate with inspecting application
    • Special interface to manage inspecting sessions (available at /basisjs-tools/devtool)
  • Added --no-gzip option
  • Refactored http server
    • Moved to its own module
    • Implemented symlink functionality
    • Implemented middleware functionality
    • Converted rewrite and virtualPath to middlewares
  • Refactored ws server
    • Moved to its own module
    • Improved handshake (less notifications and file reads, better warming up and file lists synchronization)
    • Renamed getFileGraph socket command to getAppProfile and changed to return an object (JSON) instead of string
    • Implemented getBundle socket command that return a build bundle of app
  • Extended plugin API:
    • Added addSocketCommand() method
    • Added addMiddleware() method
    • Added addSymlink() method
    • Added error() method
    • Renamed logMsg() to log() and logWarn() to warn()
lahmatiy
published 1.9.1 •

Changelog

Source

1.9.1 (July 29, 2016)

  • Fixed create command that install basis.js in wrong place
lahmatiy
published 1.9.0 •

Changelog

Source

1.9.0 (July 19, 2016)

  • Improved server file watch and synchronization
    • On request for file that doesn't exist it adds to await queue and notify client when file creates (for requests with x-basis-resource header)
    • Add file for await queue on file deletion when file is watching
    • Reset resource content (set to undefined) on file deletion
  • Improved open file in editor
    • Use open-in-editor
    • Added special url /basisjs-tools/open-in-editor?file=filename:line:col
23
10
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