Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
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.

latest
Source
npmnpm
Version
0.0.15
Version published
Weekly downloads
9
-10%
Maintainers
1
Weekly downloads
 
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