New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

benderjs-chai

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

benderjs-chai - npm Package Compare versions

Comparing version

to
0.1.1

29

lib/index.js

@@ -8,27 +8,12 @@ /**

var path = require( 'path' );
module.exports = {
name: 'bender-pagebuilder-chai',
files: [
var path = require( 'path' ),
files = [
path.join( require.resolve( 'chai' ), '../chai.js' ),
path.join( __dirname, '/adapter.js' )
],
];
build: function( data ) {
var head = [ '<head>' ];
module.exports.files.forEach( function( file ) {
file = path.join( '/plugins/', file ).replace( /\\/g, '/' );
head.push( '<script src="' + file + '"></script>' );
} );
head.push( '</head>' );
data.parts.push( head.join( '' ) );
return data;
}
module.exports = {
name: 'bender-framework-chai',
files: files,
include: files
};
{
"name": "benderjs-chai",
"version": "0.1.0",
"version": "0.1.1",
"description": "Chai assertions adapter for Bender.js",

@@ -5,0 +5,0 @@ "main": "lib/index.js",