@produck/charon
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@produck/charon", | ||
"version": "0.1.1", | ||
"description": "proxy of BOM DOM and ECMAScript API", | ||
"version": "0.1.2", | ||
"description": "Doing small thing for compressing bundle by tree shaking", | ||
"files": [ | ||
"index.js", | ||
"src" | ||
], | ||
"keywords": [ | ||
"charon" | ||
"charon", | ||
"rollup", | ||
"webpack" | ||
], | ||
"author": "LiuQi <545784977@qq.com>", | ||
"author": "LiuQ-Q", | ||
"contributors": [ | ||
"ChaosLee", | ||
"LiuQ-Q" | ||
], | ||
"homepage": "https://github.com/produck/charon/tree/main/packages/charon#readme", | ||
@@ -20,3 +30,6 @@ "license": "MIT", | ||
}, | ||
"types": "index.d.ts", | ||
"scripts": { | ||
"lint": "eslint --fix ./**/*.js", | ||
"prepublish": "npm run lint" | ||
}, | ||
"bugs": { | ||
@@ -28,3 +41,3 @@ "url": "https://github.com/produck/charon/issues" | ||
}, | ||
"gitHead": "db6fc5e176356685c81fde58acd6b89c7b6ac5b7" | ||
"gitHead": "7729357893cb7e42484a059ff623a904629b8d58" | ||
} |
@@ -14,9 +14,12 @@ /** | ||
export { isString } from './isString.js'; | ||
export { isBoolean } from './isBoolean.js'; | ||
export { isNumber } from './isNumber.js'; | ||
export { isArray } from './isArray.js'; | ||
export { isObject } from './isObject.js'; | ||
export { isNull } from './isNull.js'; | ||
export { isUndefined } from './isUndefined.js'; | ||
export { isNaN } from './isNaN.js'; | ||
export * as Is from './Is/index.js'; | ||
export * as Not from './Not/index.js'; | ||
export { isString } from './Is/isString.js'; | ||
export { isBoolean } from './Is/isBoolean.js'; | ||
export { isNumber } from './Is/isNumber.js'; | ||
export { isArray } from './Is/isArray.js'; | ||
export { isObject } from './Is/isObject.js'; | ||
export { isNull } from './Is/isNull.js'; | ||
export { isUndefined } from './Is/isUndefined.js'; | ||
export { isNaN } from './Is/isNaN.js'; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12988
41
321
1