Comparing version 0.0.4 to 0.0.8
{ | ||
"name": "jseg", | ||
"version": "0.0.4", | ||
"version": "0.0.8", | ||
"description": "JavaScript Entity Graph: A super simple, in-memory, JS graph database.", | ||
@@ -9,6 +9,6 @@ "repository": { | ||
}, | ||
"main": "lib/jseg.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "babel src -d lib", | ||
"predeploy": "npm run build", | ||
"prepublish": "npm run build", | ||
"test": "babel-node test/index.js" | ||
@@ -15,0 +15,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
import Database from '../src/jseg'; | ||
import Database from '../src'; | ||
@@ -3,0 +3,0 @@ let schema = { |
Sorry, the diff of this file is not supported yet
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
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
29220
8
797
1