mixpanel-js-utils
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -1,3 +0,1 @@ | ||
'use strict'; | ||
var elementHasOwnHandler = function elementHasOwnHandler(element) { | ||
@@ -109,3 +107,2 @@ var tests = [function (node) { | ||
exports.elementHasOwnHandler = elementHasOwnHandler; | ||
exports.nearestInteractiveElement = nearestInteractiveElement; | ||
export { elementHasOwnHandler, nearestInteractiveElement }; |
{ | ||
"name": "mixpanel-js-utils", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Javascript utilities for use across Mixpanel products", | ||
@@ -5,0 +5,0 @@ "main": "build/index.cjs.js", |
import babel from 'rollup-plugin-babel'; | ||
export default { | ||
format: 'cjs', | ||
format: 'es6', | ||
entry: 'src/index.js', | ||
@@ -6,0 +6,0 @@ dest: 'build/index.es6.js', |
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
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
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
1
44052810
480