Socket
Socket
Sign inDemoInstall

entity-wharf

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

entity-wharf - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -14,3 +14,3 @@ (function(definition){

var toValIndex = function(v){
if(typeof v === 'object'){
if(typeof v === 'object' && v !== null){
if(typeof v.length == 'number' && Object.prototype.toString.call(v) == "[object Array]"){

@@ -17,0 +17,0 @@ return escaper + 'array';

{
"name": "entity-wharf",
"version": "0.1.0",
"version": "0.1.1",
"description": "Store data as entity attribute values in memory. Fast queries and manipulation of state.",

@@ -5,0 +5,0 @@ "author": "smallhelm",

@@ -129,2 +129,3 @@ # What it does

Download and use [this minified script](https://github.com/smallhelm/entity-wharf/blob/master/entity-wharf.min.js) then require it
```js

@@ -131,0 +132,0 @@ require(['entity-wharf'], function(Wharf) {

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