data-saturate
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "data-saturate", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Recursively saturate lower levels of an object's data with the data in the upper levels", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,5 +7,5 @@ Recursively saturate lower levels of an object's data with the data in the upper levels | ||
var data = require('./data.json'); | ||
var dataSaturate = require(./data-saturate'); | ||
var dataSaturate = require(data-saturate'); | ||
dataSaturate(data); | ||
``` |
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
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
4341