sd-box-browser
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "sd-box-browser", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "浏览器环境工具箱,提供特定于浏览器 api 的通用功能", | ||
@@ -31,7 +31,7 @@ "keywords": [ | ||
"dependencies": { | ||
"sd-browser-cookie": "^1.0.0", | ||
"sd-browser-storage": "^1.0.0", | ||
"sd-browser-type": "^1.0.0" | ||
"sd-browser-cookie": "^1.0.1", | ||
"sd-browser-storage": "^1.0.1", | ||
"sd-browser-type": "^1.0.1" | ||
}, | ||
"gitHead": "707976e50bcbe9da93c043431bb720675a0edf0b" | ||
"gitHead": "2e9d3bd52b02b55b12acb5c1b048c5c5bb29b85a" | ||
} |
@@ -1,4 +0,4 @@ | ||
# `box` | ||
# sd-box-browser | ||
> TODO: description | ||
> 浏览器环境工具箱,提供特定于浏览器 api 的通用功能 | ||
@@ -8,5 +8,5 @@ ## Usage | ||
``` | ||
const box = require('sd-box-browser'); | ||
const {type, cookie, storage} = require('sd-box-browser'); | ||
// TODO: DEMONSTRATE API | ||
``` |
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
2614
0
Updatedsd-browser-cookie@^1.0.1
Updatedsd-browser-storage@^1.0.1
Updatedsd-browser-type@^1.0.1