Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lvchengbin/is

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lvchengbin/is - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

dist/arguments.d.ts

119

package.json
{
"name": "@lvchengbin/is",
"version": "1.0.6",
"description": "Do checking...",
"keywords": [
"is",
"check",
"types",
"es6",
"valid-url",
"url",
"isArrowFunction",
"arrow function",
"valid-ip",
"ipv6",
"isAsyncFunction",
"async fucntion",
"date"
],
"repository": {
"type": "git",
"url": "git@github.com:LvChengbin/is.git"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^16.6.2",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"eslint": "^7.32.0",
"husky": "^7.0.1",
"jest": "^27.0.6",
"supports-color": "^9.0.2",
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
},
"scripts": {
"clean": "rm -rf lib",
"build": "yarn clean && tsc --declaration",
"check": "tsc --noEmit",
"test": "jest",
"prepublish": "yarn build",
"lint": "eslint src/**/*.ts --cache --ignore-path .eslintignore",
"prepack": "run build",
"postpack": "run clean"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint && yarn test",
"pre-push": "yarn lint && yarn test"
}
},
"engines": {
"node": ">=10.0.0"
},
"main": "lib/index.js",
"files": [
"lib"
],
"author": "LvChengbin <lvchengbin59@gmail.com>",
"license": "MIT"
}
"name": "@lvchengbin/is",
"version": "1.0.7",
"description": "Do checking...",
"keywords": [
"is",
"check",
"types",
"es6",
"valid-url",
"url",
"isArrowFunction",
"arrow function",
"valid-ip",
"ipv6",
"isAsyncFunction",
"async fucntion",
"date"
],
"repository": {
"type": "git",
"url": "git@github.com:LvChengbin/is.git"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint": "^7.13.0",
"husky": "^4.3.0",
"jest": "^26.6.3",
"supports-color": "^7.2.0",
"ts-jest": "^26.4.3",
"typescript": "^4.0.5"
},
"scripts": {
"clean": "rm -rf dist",
"build": "yarn clean && tsc --declaration",
"build:watch": "tsc --watch",
"test": "jest",
"test:watch": "jest --watch",
"prepublish": "yarn build",
"lint": "eslint src/**/*.ts --cache --ignore-path .eslintignore"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint && yarn test",
"pre-push": "yarn lint && yarn test"
}
},
"engines": {
"node": ">=10.0.0"
},
"main": "dist/index.js",
"files": [
"dist"
],
"author": "LvChengbin <lvchengbin59@gmail.com>",
"license": "MIT"
}
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