ancient-oak
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
25903
17
555
1