diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-09 14:59:30 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-09 14:59:30 -0400 |
| commit | ce294f2591279e1fc342b6c3da4a2e0c22c805a2 (patch) | |
| tree | c995d3b69814c57bb0b2f93069fd0a712c92b445 /app/node_modules/okschema/package.json | |
| parent | 3a28bacfc38cd0244ada6e74655d1e30d81d4d34 (diff) | |
Don't expose object refs in public APIs ya dummy!
Make sure to deep clone them input/output objects
to maintain immutability y'hear
Diffstat (limited to 'app/node_modules/okschema/package.json')
| -rw-r--r-- | app/node_modules/okschema/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/node_modules/okschema/package.json b/app/node_modules/okschema/package.json index 21214fa..21a7c67 100644 --- a/app/node_modules/okschema/package.json +++ b/app/node_modules/okschema/package.json @@ -9,8 +9,8 @@ "author": "OKFocus", "license": "None", "dependencies": { + "lodash.clonedeep": "^3.0.0", "mschema": "^0.5.5", - "object-assign": "^2.0.0", "validator": "^3.37.0" } } |
