Comparing version 1.0.0 to 1.0.1
10
index.js
@@ -1,3 +0,5 @@ | ||
import Krux from "./makes/Krux"; | ||
import Store from "./makes/Store"; | ||
let reduxModule = null; | ||
try { | ||
@@ -19,3 +21,3 @@ reduxModule = require("redux"); | ||
let krux = new Krux({ | ||
let store = new Store({ | ||
redux, | ||
@@ -29,5 +31,5 @@ modules, | ||
"getStore": () => { | ||
return krux.getStore(); | ||
return store.getStore(); | ||
}, | ||
...krux.getModules() | ||
...store.getModules() | ||
}; | ||
@@ -34,0 +36,0 @@ }; |
{ | ||
"name": "kpdux", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Kris Papercut <kearis666@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
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
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
7811