reshow-flux-base
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -16,3 +16,3 @@ "use strict"; | ||
var _mitt = _interopRequireDefault(require("mitt")); | ||
var _mitt = _interopRequireDefault(require("./mitt")); | ||
@@ -19,0 +19,0 @@ var CHANGE = 'chg'; |
import _classCallCheck from "reshow-runtime/es/helpers/classCallCheck"; | ||
import _createClass from "reshow-runtime/es/helpers/createClass"; | ||
import _defineProperty from "reshow-runtime/es/helpers/defineProperty"; | ||
import mitt from 'mitt'; | ||
import mitt from './mitt'; | ||
var CHANGE = 'chg'; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "reshow-flux-base", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Pure flux dispatch mechanism", | ||
@@ -14,4 +14,3 @@ "main": "./build/cjs/index.js", | ||
"dependencies": { | ||
"reshow-runtime": "*", | ||
"mitt": "*" | ||
"reshow-runtime": "*" | ||
}, | ||
@@ -18,0 +17,0 @@ "devDependencies": { |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
9811
1
10
284
1
- Removedmitt@*
- Removedmitt@3.0.1(transitive)