Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jseg

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jseg - npm Package Compare versions

Comparing version 0.0.4 to 0.0.8

lib/index.js

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc