🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

jsb3

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsb3

Process a jsb3 file into an array of files

1.0.3
latest
Source
npm
Version published
Weekly downloads
117
-4.88%
Maintainers
2
Weekly downloads
 
Created
Source

jsb3

Process a jsb3 file into an array of files

NPM Version Build Status Dependency Status

Install

$ npm install --save-dev jsb3

Usage

var jsb3 = require('jsb3');

jsb3('testfiles/file1.jsb3').then(function (files){
	// Do something to files array	
}).fail(function (message){
	
});	

License

MIT © Unit4

Keywords

jsb3

FAQs

Package last updated on 30 Jun 2015

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