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

babel-is

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-is - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

index.js

44

package.json
{
"name": "babel-is",
"version": "0.0.0",
"main": "dist/index.js",
"version": "0.1.0",
"main": "index.js",
"keywords": [ "babel", "babel plugin", "type", "is", "verify" ],
"description": "verify ast node in babel plugin",
"scripts": {
"dist": "bili --format=all --filename=index",
"lint": "eslint src",
"test": "jest --no-cache",
"test:watch": "jest --no-cache --watchAll",
"coverage": "jest --no-cache --coverage",
"prepublish": "echo 😋",
"precommit": "lint-staged"
"test": "ava"
},
"lint-staged": {
"src/**/*.js": "eslint --quiet"
"dependencies": {
"@babel/types": "^7.14.4",
"esquery": "^1.4.0",
"quick-lru": "^5.1.1"
},
"eslintConfig": {
"extends": "mo/esnext"
"devDependencies": {
"@babel/core": "^7.14.3",
"ava": "^3.15.0"
},
"author": "fengzilong1992@gmail.com",
"repository": {
"type": "git",
"url": "git+https://github.com/fengzilong/babel-is.git"
},
"author": "fengzilong",
"license": "MIT",
"devDependencies": {
"eslint": "^3.8.1",
"babel-jest": "^20.0.3",
"husky": "^0.13.3",
"jest": "^20.0.4",
"lint-staged": "^4.0.2",
"bili": "^0.17.4",
"eslint-config-mo": "latest"
}
"bugs": {
"url": "https://github.com/fengzilong/babel-is/issues"
},
"homepage": "https://github.com/fengzilong/babel-is#readme"
}
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