candy-wrapper
Advanced tools
Comparing version 0.8.1 to 0.8.2
{ | ||
"name": "candy-wrapper", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Wrap your functions, methods, and properties to monitor them and modify their behavior.", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -45,3 +45,3 @@ **This project is currently in BETA. APIs may be subject to frequent change prior to the 1.0 release. Please use very strict versioning in your `package.json` if you choose to use candy-wrapper at this time.** | ||
``` js | ||
var Wrapper = require("candy-wrapper").Wrapper. | ||
var Wrapper = require("candy-wrapper").Wrapper; | ||
new Wrapper(); | ||
@@ -48,0 +48,0 @@ ``` |
@@ -1,4 +0,7 @@ | ||
var assert = require("chai").assert; | ||
var Wrapper = require("../candy-wrapper.js"); | ||
chai = require("chai"); | ||
CandyWrapper = require("../candy-wrapper.js"); | ||
require ("./test.js"); | ||
require("./testLoader.js"); | ||
/* JSHINT */ | ||
/* globals chai:true, CandyWrapper:true */ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
366962
27
7331
1