flint-tools
Advanced tools
Comparing version 1.4.0-beta.9 to 1.4.0-beta.11
@@ -1,64 +0,12 @@ | ||
// try { | ||
Flint.packages["keycode"] = require("keycode") | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package keycode!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
// try { | ||
Flint.packages["underscore"] = require("underscore") | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package underscore!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
// try { | ||
Flint.packages["md5-o-matic"] = require("md5-o-matic") | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package md5-o-matic!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
// try { | ||
Flint.packages["ellipsize"] = require("ellipsize") | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package ellipsize!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
// try { | ||
Flint.packages["mouse-event-offset"] = require("mouse-event-offset") | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package mouse-event-offset!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
// try { | ||
Flint.packages["clone"] = require("clone") | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package clone!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
// try { | ||
Flint.packages["underscore"] = require("underscore") | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package underscore!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
Flint.packages["babel-runtime/helpers/interop-require-default"] = require("babel-runtime/helpers/interop-require-default"); | ||
Flint.packages["keycode"] = require("keycode"); | ||
Flint.packages["babel-runtime/helpers/extends"] = require("babel-runtime/helpers/extends"); | ||
Flint.packages["babel-runtime/helpers/to-array"] = require("babel-runtime/helpers/to-array"); | ||
Flint.packages["babel-runtime/helpers/sliced-to-array"] = require("babel-runtime/helpers/sliced-to-array"); | ||
Flint.packages["underscore"] = require("underscore"); | ||
Flint.packages["babel-runtime/core-js/object/keys"] = require("babel-runtime/core-js/object/keys"); | ||
Flint.packages["md5-o-matic"] = require("md5-o-matic"); | ||
Flint.packages["ellipsize"] = require("ellipsize"); | ||
Flint.packages["mouse-event-offset"] = require("mouse-event-offset"); | ||
Flint.packages["clone"] = require("clone"); | ||
Flint.packages["babel-runtime/core-js/object/assign"] = require("babel-runtime/core-js/object/assign"); |
@@ -1,1 +0,14 @@ | ||
["keycode","underscore","md5-o-matic","ellipsize","mouse-event-offset","clone","underscore"] | ||
[ | ||
"babel-runtime/helpers/interop-require-default", | ||
"keycode", | ||
"babel-runtime/helpers/extends", | ||
"babel-runtime/helpers/to-array", | ||
"babel-runtime/helpers/sliced-to-array", | ||
"underscore", | ||
"babel-runtime/core-js/object/keys", | ||
"md5-o-matic", | ||
"ellipsize", | ||
"mouse-event-offset", | ||
"clone", | ||
"babel-runtime/core-js/object/assign" | ||
] |
@@ -1,5 +0,5 @@ | ||
Object.defineProperty(exports, '__esModule', { value: true });exports['default'] = | ||
var _Object$assign = require('babel-runtime/core-js/object/assign')['default'];var _Object$keys = require('babel-runtime/core-js/object/keys')['default'];Object.defineProperty(exports, '__esModule', { value: true });exports['default'] = | ||
createFilterer;var assign = Object.assign;var keys = Object.keys;function createFilterer(data, options) { | ||
createFilterer;var assign = _Object$assign;var keys = _Object$keys;function createFilterer(data, options) { | ||
options || (options = {}); | ||
@@ -6,0 +6,0 @@ var cache = {}; |
@@ -1,5 +0,5 @@ | ||
Object.defineProperty(exports, '__esModule', { value: true });var el = undefined; | ||
var _Object$keys = require('babel-runtime/core-js/object/keys')['default'];Object.defineProperty(exports, '__esModule', { value: true });var el = undefined; | ||
var reactKey = null; | ||
var getReactKey = function getReactKey(el) {return ( | ||
Object.keys(el).filter(function (k) {return k.indexOf('__reactInternalInst') == 0;})[0]);}; | ||
_Object$keys(el).filter(function (k) {return k.indexOf('__reactInternalInst') == 0;})[0]);}; | ||
@@ -6,0 +6,0 @@ function getReactId(el) { |
@@ -1,55 +0,6 @@ | ||
// try { | ||
Flint.internals["keys"] = require("./internal/keys") | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package keys!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
// try { | ||
Flint.internals["lib/createFilterer"] = require("./internal/lib/createFilterer") | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package lib/createFilterer!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
// try { | ||
Flint.internals["lib/getType"] = require("./internal/lib/getType") | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package lib/getType!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
// try { | ||
Flint.internals["lib/inspecting"] = require("./internal/lib/inspecting") | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package lib/inspecting!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
// try { | ||
Flint.internals["lib/lens"] = require("./internal/lib/lens") | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package lib/lens!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
// try { | ||
Flint.internals["lib/uid"] = require("./internal/lib/uid") | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package lib/uid!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
Flint.internals["keys"] = require("./internal/keys"); | ||
Flint.internals["lib/createFilterer"] = require("./internal/lib/createFilterer"); | ||
Flint.internals["lib/getType"] = require("./internal/lib/getType"); | ||
Flint.internals["lib/inspecting"] = require("./internal/lib/inspecting"); | ||
Flint.internals["lib/lens"] = require("./internal/lib/lens"); | ||
Flint.internals["lib/uid"] = require("./internal/lib/uid"); |
@@ -47,58 +47,10 @@ /******/ (function(modules) { // webpackBootstrap | ||
// try { | ||
Flint.internals["keys"] = __webpack_require__(1) | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package keys!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
// try { | ||
Flint.internals["lib/createFilterer"] = __webpack_require__(2) | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package lib/createFilterer!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
// try { | ||
Flint.internals["lib/getType"] = __webpack_require__(3) | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package lib/getType!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
// try { | ||
Flint.internals["lib/inspecting"] = __webpack_require__(4) | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package lib/inspecting!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
// try { | ||
Flint.internals["lib/lens"] = __webpack_require__(5) | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package lib/lens!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
// try { | ||
Flint.internals["lib/uid"] = __webpack_require__(6) | ||
// } | ||
// catch(e) { | ||
// console.log('Error bundling package lib/uid!') | ||
// console.error(e) | ||
// Flint.reportError(e) | ||
// }; | ||
Flint.internals["keys"] = __webpack_require__(1); | ||
Flint.internals["lib/createFilterer"] = __webpack_require__(2); | ||
Flint.internals["lib/getType"] = __webpack_require__(5); | ||
Flint.internals["lib/inspecting"] = __webpack_require__(6); | ||
Flint.internals["lib/lens"] = __webpack_require__(7); | ||
Flint.internals["lib/uid"] = __webpack_require__(8); | ||
/***/ }, | ||
@@ -155,8 +107,8 @@ /* 1 */ | ||
/* 2 */ | ||
/***/ function(module, exports) { | ||
/***/ function(module, exports, __webpack_require__) { | ||
Object.defineProperty(exports, '__esModule', { value: true });exports['default'] = | ||
var _Object$assign = __webpack_require__(3)['default'];var _Object$keys = __webpack_require__(4)['default'];Object.defineProperty(exports, '__esModule', { value: true });exports['default'] = | ||
createFilterer;var assign = Object.assign;var keys = Object.keys;function createFilterer(data, options) { | ||
createFilterer;var assign = _Object$assign;var keys = _Object$keys;function createFilterer(data, options) { | ||
options || (options = {}); | ||
@@ -235,4 +187,3 @@ var cache = {}; | ||
Object.defineProperty(exports, "__esModule", { value: true });exports["default"] = getType;function getType(value) { | ||
return Object.prototype.toString.call(value).slice(8, -1);}module.exports = exports["default"]; | ||
module.exports = Flint.packages["babel-runtime/core-js/object/assign"]; | ||
@@ -243,6 +194,19 @@ /***/ }, | ||
Object.defineProperty(exports, '__esModule', { value: true });var el = undefined; | ||
module.exports = Flint.packages["babel-runtime/core-js/object/keys"]; | ||
/***/ }, | ||
/* 5 */ | ||
/***/ function(module, exports) { | ||
Object.defineProperty(exports, "__esModule", { value: true });exports["default"] = getType;function getType(value) { | ||
return Object.prototype.toString.call(value).slice(8, -1);}module.exports = exports["default"]; | ||
/***/ }, | ||
/* 6 */ | ||
/***/ function(module, exports, __webpack_require__) { | ||
var _Object$keys = __webpack_require__(4)['default'];Object.defineProperty(exports, '__esModule', { value: true });var el = undefined; | ||
var reactKey = null; | ||
var getReactKey = function getReactKey(el) {return ( | ||
Object.keys(el).filter(function (k) {return k.indexOf('__reactInternalInst') == 0;})[0]);}; | ||
_Object$keys(el).filter(function (k) {return k.indexOf('__reactInternalInst') == 0;})[0]);}; | ||
@@ -307,3 +271,3 @@ function getReactId(el) { | ||
/***/ }, | ||
/* 5 */ | ||
/* 7 */ | ||
/***/ function(module, exports) { | ||
@@ -334,3 +298,3 @@ | ||
/***/ }, | ||
/* 6 */ | ||
/* 8 */ | ||
/***/ function(module, exports) { | ||
@@ -337,0 +301,0 @@ |
{ | ||
"opts": { | ||
"version": "1.4.0-beta.12", | ||
"hasRunInitialBuild": false, | ||
"build": true, | ||
"defaultPort": 4000, | ||
"appDir": "/Users/nw/company/tools", | ||
"dir": "/Users/nw/company/tools", | ||
"flintDir": "/Users/nw/company/tools/.flint", | ||
"nodeDir": "/Users/nw/company/tools/.flint/node_modules", | ||
"internalDir": "/Users/nw/company/tools/.flint/.internal", | ||
"depsDir": "/Users/nw/company/tools/.flint/.internal/deps", | ||
"template": ".flint/index.html", | ||
"buildDir": "/Users/nw/company/tools/.flint/build", | ||
"deps": { | ||
"dir": "/Users/nw/company/tools/.flint/.internal/deps", | ||
"internalsIn": "/Users/nw/company/tools/.flint/.internal/deps/internals.in.js", | ||
"internalsOut": "/Users/nw/company/tools/.flint/.internal/deps/internals.js", | ||
"externalsIn": "/Users/nw/company/tools/.flint/.internal/deps/externals.in.js", | ||
"externalsOut": "/Users/nw/company/tools/.flint/.internal/deps/externals.js", | ||
"externalsPaths": "/Users/nw/company/tools/.flint/.internal/deps/externals.paths.js" | ||
}, | ||
"configFile": "/Users/nw/company/tools/.flint/flint.json", | ||
"stateFile": "/Users/nw/company/tools/.flint/.internal/state.json", | ||
"outDir": "/Users/nw/company/tools/.flint/.internal/out", | ||
"styleDir": "/Users/nw/company/tools/.flint/.internal/styles", | ||
"styleOutDir": "/Users/nw/company/tools/.flint/build/_/styles.css", | ||
"config": { | ||
"selectorPrefix": "#_flintdevtools ", | ||
"tools": "false" | ||
}, | ||
"name": "tools", | ||
"saneName": "tools", | ||
"url": "tools.dev" | ||
}, | ||
"installed": [ | ||
"keycode", | ||
"underscore", | ||
"md5-o-matic", | ||
"ellipsize", | ||
"mouse-event-offset", | ||
"clone" | ||
], | ||
"cache": { | ||
"files": { | ||
"main.js": { | ||
"added": 1450911098271, | ||
"added": 1452053673515, | ||
"views": [ | ||
@@ -45,9 +19,8 @@ "Main" | ||
"imports": [ | ||
"babel-runtime/helpers/interop-require-default", | ||
"keycode" | ||
], | ||
"writtenAt": 1450909903608, | ||
"error": null | ||
] | ||
}, | ||
"close.js": { | ||
"added": 1450911098517, | ||
"added": 1452053673638, | ||
"views": [ | ||
@@ -57,8 +30,6 @@ "Close" | ||
"isInternal": false, | ||
"imports": [], | ||
"writtenAt": 1450909903716, | ||
"error": null | ||
"imports": [] | ||
}, | ||
"debounce.js": { | ||
"added": 1450911098573, | ||
"added": 1452053673673, | ||
"views": [ | ||
@@ -68,8 +39,6 @@ "Debounce" | ||
"isInternal": false, | ||
"imports": [], | ||
"writtenAt": 1450909903816, | ||
"error": null | ||
"imports": [] | ||
}, | ||
"errors.js": { | ||
"added": 1450911098643, | ||
"added": 1452053673708, | ||
"views": [ | ||
@@ -81,8 +50,6 @@ "Errors", | ||
"isInternal": false, | ||
"imports": [], | ||
"writtenAt": 1450909904090, | ||
"error": null | ||
"imports": [] | ||
}, | ||
"inspector.js": { | ||
"added": 1450911098869, | ||
"added": 1452053673857, | ||
"views": [ | ||
@@ -93,17 +60,19 @@ "Inspector" | ||
"imports": [ | ||
"babel-runtime/helpers/extends", | ||
"babel-runtime/helpers/to-array", | ||
"babel-runtime/helpers/sliced-to-array", | ||
"babel-runtime/helpers/interop-require-default", | ||
"underscore" | ||
], | ||
"writtenAt": 1450909904273, | ||
"error": null | ||
] | ||
}, | ||
"keys.js": { | ||
"added": 1450911099049, | ||
"added": 1452053673957, | ||
"views": [], | ||
"isInternal": true, | ||
"imports": [], | ||
"writtenAt": 1450911099090, | ||
"writtenAt": 1452053673980, | ||
"error": null | ||
}, | ||
"menu.js": { | ||
"added": 1450911099097, | ||
"added": 1452053673983, | ||
"views": [ | ||
@@ -113,18 +82,16 @@ "Menu" | ||
"isInternal": false, | ||
"imports": [], | ||
"writtenAt": 1450909904427, | ||
"error": null | ||
"imports": [ | ||
"babel-runtime/helpers/interop-require-default" | ||
] | ||
}, | ||
"modal.js": { | ||
"added": 1450911099241, | ||
"added": 1452053674038, | ||
"views": [ | ||
"Modal" | ||
"FlintModal" | ||
], | ||
"isInternal": false, | ||
"imports": [], | ||
"writtenAt": 1450909904467, | ||
"error": null | ||
"imports": [] | ||
}, | ||
"inspector/highlighter.js": { | ||
"added": 1450911099284, | ||
"added": 1452053674065, | ||
"views": [ | ||
@@ -134,8 +101,8 @@ "Highlighter" | ||
"isInternal": false, | ||
"imports": [], | ||
"writtenAt": 1450909904502, | ||
"error": null | ||
"imports": [ | ||
"babel-runtime/core-js/object/keys" | ||
] | ||
}, | ||
"inspector/label.js": { | ||
"added": 1450911099317, | ||
"added": 1452053674117, | ||
"views": [ | ||
@@ -145,8 +112,8 @@ "Label" | ||
"isInternal": false, | ||
"imports": [], | ||
"writtenAt": 1450909904568, | ||
"error": null | ||
"imports": [ | ||
"babel-runtime/helpers/extends" | ||
] | ||
}, | ||
"inspector/leaf.js": { | ||
"added": 1450911099387, | ||
"added": 1452053674145, | ||
"views": [ | ||
@@ -157,10 +124,10 @@ "Leaf" | ||
"imports": [ | ||
"babel-runtime/core-js/object/keys", | ||
"babel-runtime/helpers/interop-require-default", | ||
"md5-o-matic", | ||
"ellipsize" | ||
], | ||
"writtenAt": 1450909904735, | ||
"error": null | ||
] | ||
}, | ||
"inspector/section.js": { | ||
"added": 1450911099577, | ||
"added": 1452053674247, | ||
"views": [ | ||
@@ -170,8 +137,6 @@ "Inspector.Section" | ||
"isInternal": false, | ||
"imports": [], | ||
"writtenAt": 1450909904762, | ||
"error": null | ||
"imports": [] | ||
}, | ||
"inspector/statetests.js": { | ||
"added": 1450911099674, | ||
"added": 1452053674276, | ||
"views": [ | ||
@@ -187,9 +152,9 @@ "StateTests", | ||
"imports": [ | ||
"babel-runtime/helpers/extends", | ||
"babel-runtime/helpers/interop-require-default", | ||
"mouse-event-offset" | ||
], | ||
"writtenAt": 1450909904845, | ||
"error": null | ||
] | ||
}, | ||
"inspector/title.js": { | ||
"added": 1450911099757, | ||
"added": 1452053674325, | ||
"views": [ | ||
@@ -199,8 +164,6 @@ "Inspector.Title" | ||
"isInternal": false, | ||
"imports": [], | ||
"writtenAt": 1450909904924, | ||
"error": null | ||
"imports": [] | ||
}, | ||
"inspector/tree.js": { | ||
"added": 1450911099791, | ||
"added": 1452053674375, | ||
"views": [ | ||
@@ -210,8 +173,8 @@ "Tree" | ||
"isInternal": false, | ||
"imports": [], | ||
"writtenAt": 1450909904962, | ||
"error": null | ||
"imports": [ | ||
"babel-runtime/helpers/interop-require-default" | ||
] | ||
}, | ||
"inspector/view.js": { | ||
"added": 1450911099846, | ||
"added": 1452053674407, | ||
"views": [ | ||
@@ -222,50 +185,55 @@ "Inspector.View" | ||
"imports": [ | ||
"babel-runtime/core-js/object/keys", | ||
"babel-runtime/helpers/interop-require-default", | ||
"clone", | ||
"underscore" | ||
], | ||
"writtenAt": 1450909905072, | ||
"error": null | ||
] | ||
}, | ||
"lib/createFilterer.js": { | ||
"added": 1450911099977, | ||
"added": 1452053674473, | ||
"views": [], | ||
"isInternal": true, | ||
"imports": [], | ||
"writtenAt": 1450911100021, | ||
"imports": [ | ||
"babel-runtime/core-js/object/assign", | ||
"babel-runtime/core-js/object/keys" | ||
], | ||
"writtenAt": 1452053674495, | ||
"error": null | ||
}, | ||
"lib/getType.js": { | ||
"added": 1450911100026, | ||
"added": 1452053674513, | ||
"views": [], | ||
"isInternal": true, | ||
"imports": [], | ||
"writtenAt": 1450911100034, | ||
"writtenAt": 1452053674519, | ||
"error": null | ||
}, | ||
"lib/inspecting.js": { | ||
"added": 1450911100051, | ||
"added": 1452053674528, | ||
"views": [], | ||
"isInternal": true, | ||
"imports": [], | ||
"writtenAt": 1450911100091, | ||
"imports": [ | ||
"babel-runtime/core-js/object/keys" | ||
], | ||
"writtenAt": 1452053674547, | ||
"error": null | ||
}, | ||
"lib/lens.js": { | ||
"added": 1450911100258, | ||
"added": 1452053674574, | ||
"views": [], | ||
"isInternal": true, | ||
"imports": [], | ||
"writtenAt": 1450911100273, | ||
"writtenAt": 1452053674583, | ||
"error": null | ||
}, | ||
"lib/uid.js": { | ||
"added": 1450911100288, | ||
"added": 1452053674645, | ||
"views": [], | ||
"isInternal": true, | ||
"imports": [], | ||
"writtenAt": 1450911100297, | ||
"writtenAt": 1452053674651, | ||
"error": null | ||
}, | ||
"npm/installer.js": { | ||
"added": 1450911100306, | ||
"added": 1452053674669, | ||
"views": [ | ||
@@ -276,19 +244,7 @@ "Installer", | ||
"isInternal": false, | ||
"imports": [], | ||
"writtenAt": 1450909905344, | ||
"error": null | ||
"imports": [] | ||
} | ||
}, | ||
"imports": [] | ||
}, | ||
"installed": [ | ||
"keycode", | ||
"underscore", | ||
"md5-o-matic", | ||
"ellipsize", | ||
"mouse-event-offset", | ||
"clone" | ||
], | ||
"port": 4001, | ||
"wport": 6284 | ||
} | ||
} |
@@ -6,3 +6,3 @@ { | ||
"description": "tools", | ||
"version": "1.4.0-beta.9", | ||
"version": "1.4.0-beta.11", | ||
"main": "index.js", | ||
@@ -9,0 +9,0 @@ "scripts": {}, |
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 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 too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3685274
49
9565
3