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

betajs-debug

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

betajs-debug

BetaJS-Debug is a library for debugging BetaJS-based applications.

  • 0.0.15
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

betajs-debug 0.0.15

Code Climate NPM Gitter Chat

BetaJS-Debug is a library for debugging BetaJS-based applications.

Getting Started

You can use the library in the browser, in your NodeJS project and compile it as well.

Browser
	<script src="betajs-debug/dist/betajs-debug.min.js"></script>
NodeJS
	var BetaJSDebug = require('betajs-debug/dist/betajs-debug.js');
Compile
	git clone https://github.com/betajs/betajs-debug.git
	npm install
	grunt

Basic Usage


	var setMethodProfile = BetaJSDebug.Profiler.profilePrototypeMethod("set", BetaJS.Properties.Properties); 
	
    // Code
    
    BetaJSDebug.Hooks.unhookMethod(setMethodProfile.hook);
    
    console.log("Set was called", activateProfile.profile.profile().enterCount, "times.");

ResourceURL
Homepagehttps://betajs.com
Gitgit://github.com/betajs/betajs-debug.git
Repositoryhttps://github.com/betajs/betajs-debug
Bloghttps://blog.betajs.com
Twitterhttps://twitter.com/thebetajs
Gitterhttps://gitter.im/betajs/betajs-debug

CDN

ResourceURL
betajs-debug.jshttp://cdn.rawgit.com/betajs/betajs-debug/master/dist/betajs-debug.js
betajs-debug.min.jshttp://cdn.rawgit.com/betajs/betajs-debug/master/dist/betajs-debug.min.js
betajs-debug-noscoped.jshttp://cdn.rawgit.com/betajs/betajs-debug/master/dist/betajs-debug-noscoped.js
betajs-debug-noscoped.min.jshttp://cdn.rawgit.com/betajs/betajs-debug/master/dist/betajs-debug-noscoped.min.js

Weak Dependencies

NameURL
betajs-scopedOpen

Main Contributors

  • Oliver Friedmann

License

Apache-2.0

FAQs

Package last updated on 28 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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