Socket
Socket
Sign inDemoInstall

beezlib

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beezlib - npm Package Compare versions

Comparing version 0.8.2 to 0.9.1

3

lib/fsys/index.js

@@ -242,3 +242,4 @@ /**

try {
return (new Function("return " + raw))();
var fn = new Function ('process', 'require', '__filename', '__dirname', 'module', 'exports', "return " + raw);
return fn(process, require, __filename, __dirname, module, exports);
} catch (e) {

@@ -245,0 +246,0 @@ throw e;

{
"name": "beezlib",
"version": "0.8.2",
"version": "0.9.1",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [

beezlib
=======
=========
## About
# About
Node.js library for beez and beez-founation with beez-tools.
# Used Project
## Used Project

@@ -16,3 +15,3 @@ - [beez](https://github.com/CyberAgent/beez)

# Requirements
## Requirements

@@ -36,3 +35,3 @@ - [ImageMagick](http://www.imagemagick.org/script/index.php)

# Features
## Features

@@ -76,3 +75,3 @@ - sprite

# Install
## Install

@@ -83,3 +82,3 @@ ```sh

# Test
## Test

@@ -91,3 +90,3 @@ ```sh

# jshint
## jshint

@@ -99,3 +98,3 @@ ```sh

# jsdoc
## jsdoc

@@ -108,3 +107,3 @@ ```sh

# Contributing
## Contributing

@@ -117,7 +116,7 @@

# Copyright
## Copyright
CyberAgent, Inc. All rights reserved.
# LICENSE
## LICENSE

@@ -138,1 +137,5 @@ @see : [LICENSE](https://raw.github.com/CyberAgent/beezlib/master/LICENSE)

```
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/CyberAgent/beezlib/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
(function () {
var fs = require('fs');
return {

@@ -3,0 +5,0 @@ hoge: "foo"

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