dot-store-iframe
Advanced tools
Comparing version 2.4.7 to 2.4.8
{ | ||
"name": "dot-store-iframe", | ||
"version": "2.4.7", | ||
"version": "2.4.8", | ||
"description": "Iframe controller integration for dot-store", | ||
@@ -25,7 +25,8 @@ "keywords": [ | ||
"lint": "eslint --ignore-path .gitignore --ext=js .", | ||
"test": "jest test", | ||
"test": "jest", | ||
"watch": "rimraf dist; babel lib --watch --out-dir dist --source-maps" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.0.0-beta.42" | ||
"@babel/runtime": "7.0.0-beta.42", | ||
"rimraf": "2" | ||
}, | ||
@@ -39,5 +40,5 @@ "devDependencies": { | ||
"babel-core": "^7.0.0-bridge.0", | ||
"dot-store": "^2.4.7", | ||
"dot-store": "^2.4.8", | ||
"fxtr": "1", | ||
"jest": "^22.4.3", | ||
"jest": "22", | ||
"rimraf": "2" | ||
@@ -68,8 +69,15 @@ }, | ||
"setupFiles": [ | ||
"./test/setup.js" | ||
"<rootDir>/test/setup.js" | ||
], | ||
"testMatch": [ | ||
"**/*Test.js" | ||
"<rootDir>/test/**/*Test.js" | ||
] | ||
} | ||
}, | ||
"starters": [ | ||
"basics", | ||
"babel", | ||
"babel-scripts", | ||
"babel-web", | ||
"jest" | ||
] | ||
} |
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
27430
2
+ Addedrimraf@2
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedrimraf@2.7.1(transitive)
+ Addedwrappy@1.0.2(transitive)