New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@produck/charon

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@produck/charon - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

src/Lang/Type/Is/index.js

25

package.json
{
"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';
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc