Socket
Socket
Sign inDemoInstall

funcunit

Package Overview
Dependencies
7
Maintainers
10
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.0 to 3.4.1

tree.txt

0

browser/actions.js

@@ -0,0 +0,0 @@ var $ = require("funcunit/browser/jquery");

@@ -0,0 +0,0 @@ var jasmineAdapter = require("funcunit/browser/adapters/jasmine");

@@ -0,0 +0,0 @@ module.exports = function(jasmine){

@@ -0,0 +0,0 @@ var FuncUnit = require("funcunit/browser/core");

@@ -0,0 +0,0 @@ var FuncUnit = require("funcunit/browser/core");

@@ -0,0 +0,0 @@ module.exports = function(QUnit){

@@ -0,0 +0,0 @@ var FuncUnit = require("funcunit/browser/core");

12

browser/core.js

@@ -13,13 +13,13 @@ var jQuery = require("funcunit/browser/jquery");

var frame,
forceSync,
forceSync,
isSyncOnly = false;
if(frame && frame.forceSync){
forceSync = frame.forceSync;
}
if(frame && typeof frame.frame !== "undefined"){ // its passed as an object
frame = frame.frame;
}
isSyncOnly = typeof forceSync === "boolean"? forceSync: isSyncOnly;

@@ -52,3 +52,3 @@

var frame = (frames.length ? frames.get(0).contentWindow : FuncUnit.win).document.documentElement;
} else {

@@ -86,3 +86,3 @@ frame = FuncUnit.win.document.documentElement;

var assignQunit2Assert = function (func) {
var callerFirstArgument = func.caller.arguments[0];
var callerFirstArgument = func.caller && func.caller.arguments[0];

@@ -89,0 +89,0 @@ if(callerFirstArgument && callerFirstArgument.test){

@@ -0,0 +0,0 @@ var $ = require("funcunit/browser/jquery");

@@ -0,0 +0,0 @@ var jQuery = require("funcunit/browser/jquery");

var $ = require("jquery");
module.exports = $.noConflict(true);

@@ -0,0 +0,0 @@ var $ = require("funcunit/browser/jquery");

@@ -0,0 +0,0 @@ var FuncUnit = require("funcunit/browser/core");

@@ -0,0 +0,0 @@ var $ = require("funcunit/browser/jquery");

@@ -0,0 +0,0 @@ var $ = require("funcunit/browser/jquery");

@@ -0,0 +0,0 @@ var stealTools = require("steal-tools");

@@ -0,0 +0,0 @@ @page Guides.actions Actions

@@ -0,0 +0,0 @@ @page Guides.getters Getters & Assertions

@@ -0,0 +0,0 @@ @page Guides.contributing Contributing

@@ -0,0 +0,0 @@ @page Guides.finding Finding Elements

@@ -0,0 +0,0 @@ @page Guides.guides.start Getting Started

@@ -0,0 +0,0 @@ @page Guides Guides

@@ -0,0 +0,0 @@ @page Guides.waits Waits

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ var syn = require("syn");

@page funcunit FuncUnit
@body

@@ -0,0 +0,0 @@ require("./funcunit");

@@ -0,0 +0,0 @@ The MIT License (MIT)

@@ -0,0 +0,0 @@ const fs = require("fs");

{
"name": "funcunit",
"version": "3.4.0",
"version": "3.4.1",
"author": {

@@ -5,0 +5,0 @@ "name": "Bitovi",

@@ -0,0 +0,0 @@ <!--

@@ -0,0 +0,0 @@ /* global window, document, $, Bitovi, prettyPrint, Grayscale */

@@ -0,0 +0,0 @@ // This is in the current version of FuncUnit.com, but I can't

@@ -0,0 +0,0 @@ export default can.Control({}, {

@@ -0,0 +0,0 @@ export default can.Control({

@@ -0,0 +0,0 @@ import Bitovi from '../bitovi';

@@ -0,0 +0,0 @@ import can from 'can';

@@ -0,0 +0,0 @@ // import './downloadCustomizer';

@@ -0,0 +0,0 @@ can.Control('Bitovi.OSS.DemoFrame', {

@@ -0,0 +0,0 @@ export default can.Control({

@@ -0,0 +0,0 @@ can.Control('Bitovi.OSS.FrameHelper', {

@@ -0,0 +0,0 @@ import can from 'can';

@@ -0,0 +0,0 @@ import can from 'can';

@@ -0,0 +0,0 @@ import Bitovi from '../bitovi';

@@ -0,0 +0,0 @@ import Bitovi from '../bitovi';

@@ -0,0 +0,0 @@ Bitovi.OSS.CommunityTab('Bitovi.OSS.ForumsTab', {

@@ -0,0 +0,0 @@ Bitovi.OSS.CommunityTab('Bitovi.OSS.GithubTab', {

@@ -0,0 +0,0 @@ Bitovi.OSS.CommunityTab('Bitovi.OSS.IRCTab', {

@@ -0,0 +0,0 @@ Bitovi.OSS.CommunityTab('Bitovi.OSS.IssuesTab', {

@@ -0,0 +0,0 @@ Bitovi.OSS.CommunityTab('Bitovi.OSS.PluginsTab', {

@@ -0,0 +0,0 @@ Bitovi.OSS.CommunityTab('Bitovi.OSS.TwitterTab', {

@@ -0,0 +0,0 @@ export default can.Control({}, {

@@ -0,0 +0,0 @@ // Adapted from http://webdesignerwall.com/tutorials/html5-grayscale-image-hover

@@ -0,0 +0,0 @@ /*

steal("./grayscale.js","./moment.js")

@@ -0,0 +0,0 @@ // moment.js

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ import moment from '../lib/moment';

@@ -0,0 +0,0 @@ import Bitovi from '../bitovi';

@@ -0,0 +0,0 @@ import can from 'can';

@@ -0,0 +0,0 @@ import Bitovi from '../bitovi';

@@ -0,0 +0,0 @@ import Bitovi from '../bitovi';

@@ -0,0 +0,0 @@ import Bitovi from '../bitovi';

@@ -0,0 +0,0 @@ import './activitySummary';

@@ -0,0 +0,0 @@ import Bitovi from '../bitovi';

@@ -0,0 +0,0 @@ import Bitovi from '../bitovi';

@@ -0,0 +0,0 @@ describe('Hello World!', function() {

test('Hello World!', function() {
F('.sample').text('Hello World!', 'h1 should have text hello world');
});

@@ -0,0 +0,0 @@ jasmine.HtmlReporterHelpers = {};

@@ -0,0 +0,0 @@ /*! jQuery UI - v1.10.3 - 2013-10-13

@@ -0,0 +0,0 @@ module('slider', {

@@ -0,0 +0,0 @@ module('tabs', {

@@ -0,0 +0,0 @@ $.fn.tabs = function() {

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*global $ Todos Models Mustache can*/

@@ -0,0 +0,0 @@ (function(i,m,l){i.view.ext=".mustache";var n=function(a){return i.isFunction(a.attr)&&a.constructor&&!!a.constructor.canMakeObserve},o=function(a){return a&&a.splice&&"number"==typeof a.length},h=function(a){if(this.constructor!=h){var c=new h(a);return function(a){return c.render(a)}}"function"==typeof a?this.template={fn:a}:(i.extend(this,a),this.template=this.scanner.scan(this.text,this.name))};i.Mustache=m.Mustache=h;h.prototype.render=function(a){a=a||{};return this.template.fn.call(a,a,{_data:a})};

@@ -0,0 +0,0 @@ can.Model('can.Model.LocalStorage', {

@@ -0,0 +0,0 @@ /*global can */

@@ -0,0 +0,0 @@ /*global can Models*/

@@ -0,0 +0,0 @@ # CanJS TodoMVC Example

@@ -0,0 +0,0 @@ module.exports = function (grunt) {

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ var F = require("funcunit");

@@ -0,0 +0,0 @@ var $ = require('jquery');

@@ -0,0 +0,0 @@ var $ = require("jquery");

@@ -0,0 +0,0 @@ var $ = require('jquery');

@@ -0,0 +0,0 @@ var QUnit = require("steal-qunit");

@@ -0,0 +0,0 @@ var QUnit = require("steal-qunit2");

@@ -0,0 +0,0 @@ module("funcunit-open")

@@ -0,0 +0,0 @@ steal('jquery/controller', function(){

@@ -0,0 +0,0 @@ steal("../../browser/jquery", "../../node_modules/jquerypp/index", function($){

@@ -0,0 +0,0 @@ var QUnit = require("steal-qunit");

@@ -0,0 +0,0 @@ var QUnit = require("steal-qunit");

@@ -0,0 +0,0 @@ var QUnit = require("steal-qunit");

@@ -0,0 +0,0 @@ var QUnit = require("steal-qunit");

@@ -0,0 +0,0 @@ steal('funcunit')

@@ -0,0 +0,0 @@ var QUnit = require("steal-qunit");

@@ -0,0 +0,0 @@ var QUnit = require("steal-qunit");

@@ -0,0 +0,0 @@ var QUnit = require("steal-qunit");

@@ -0,0 +0,0 @@ var QUnit = require("steal-qunit");

@@ -0,0 +0,0 @@ (function( window, undefined ) {

@@ -0,0 +0,0 @@ var QUnit = require("steal-qunit");

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc