New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

kheprify

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kheprify

Browserify transform for Khepri

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

kheprify

A Browserify transform for easily integrating the Khepri language into your projects.

This code is mainly hacked together from coffeeify (thanks!).

usage

Install kheprify into your app:

$ npm install kheprify

When you compile your app, just pass -t kheprify to browserify:

$ browserify -t kheprify foo.kep > bundle.js
$ node bundle.js
555

you can omit the .kep extension from your requires if you add the extension to browserify's module extensions:

$ browserify -t kheprify --extension=".kep" foo.kep > bundle.js

Keywords

khepri

FAQs

Package last updated on 29 Sep 2014

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