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

ancient-oak

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ancient-oak - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

lib/types/object.js

4

lib/balanced_storage/sorted_number_keys.js

@@ -38,5 +38,7 @@ "use strict";

iterate: function iterate (array, fn) {
array.forEach(fn);
if (array) {
array.forEach(fn);
}
}
}
};

@@ -12,3 +12,3 @@ "use strict";

require("./types/array")(ARRAY_KEY_BITS, store),
require("./types/hash")(HASH_KEY_WIDTH, store)
require("./types/object")(HASH_KEY_WIDTH, store)
];

@@ -15,0 +15,0 @@

{
"name": "ancient-oak",
"version": "0.0.6",
"version": "0.0.7",
"scripts": {

@@ -16,6 +16,6 @@ "dist": "scripts/dist",

"type": "git",
"url": "https://github.com/szywon/ancient-oak.git"
"url": "https://github.com/brainshave/ancient-oak.git"
},
"bugs": {
"url": "https://github.com/szywon/ancient-oak/issues"
"url": "https://github.com/brainshave/ancient-oak/issues"
},

@@ -22,0 +22,0 @@ "main": "./lib/index",

@@ -44,4 +44,4 @@ # Ancient Oak: The Immutable Tree

- talk: [Immutable Data Trees in JavaScript](http://vimeo.com/86694423) by [szywon](http://szywon.pl), (introduction, quite technical, February 2014 at [Ember London](http://emberlondon.com))
- talk: [Using Persistent Data Structures with Ember.js](http://vimeo.com/89089876) by [Jamie White](http://jgwhite.co.uk) (March 2014 at [Ember London](http://emberlondon.com))
- talk: [Immutable Data Trees in JavaScript](http://vimeo.com/86694423) by [szywon](http://szywon.pl), (introduction, quite technical, February 2014 at [Ember London](http://emberlondon.com), [slides](http://szywon.pl/talks/immutable-data-trees))
- talk: [Using Persistent Data Structures with Ember.js](http://vimeo.com/89089876) by [Jamie White](http://jgwhite.co.uk) (March 2014 at [Ember London](http://emberlondon.com), [example project](https://github.com/jgwhite/ember-ancient-oak))
- article: [Understanding Clojure’s Persistent Vectors](http://hypirion.com/musings/understanding-persistent-vector-pt-1) by Jean Niklas L’orange is a very good write-up on how those data structures work internally

@@ -48,0 +48,0 @@

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