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

@codemod/parser

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemod/parser - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

build/index.d.ts

22

package.json
{
"name": "@codemod/parser",
"version": "1.2.0",
"version": "1.2.1",
"description": "Wrapper around @babel/parser that allows parsing everything.",

@@ -8,12 +8,16 @@ "repository": "https://github.com/codemod-js/codemod",

"author": "Brian Donovan",
"main": "src/index.js",
"types": "src/index.d.ts",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"src/**/*.js",
"src/**/*.d.ts",
"src/**/*.js.map"
"build"
],
"scripts": {
"prepare": "tsc",
"test": "jest"
"prepublishOnly": "yarn clean && yarn build",
"build": "tsc --build tsconfig.build.json",
"clean": "rm -rf build tsconfig.build.tsbuildinfo",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "is-ci test:coverage test:watch",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
},

@@ -33,3 +37,3 @@ "dependencies": {

},
"gitHead": "d716a8fe55c6977d4fa35c8a819d36297e2125ec"
"gitHead": "ff17330292e2b2b7f5fc79c1407f72970880cdc1"
}
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