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

babel-codemod

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-codemod - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

55

package.json

@@ -1,54 +0,1 @@

{
"name": "babel-codemod",
"version": "1.2.0",
"description": "babel-codemod rewrites JavaScript using babel plugins.",
"main": "src/index.js",
"scripts": {
"prepublish": "yarn test",
"lint": "tslint --project .",
"lint-fix": "tslint --project . --fix",
"pretest": "yarn lint && tsc --project .",
"test": "mocha",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"bin": {
"codemod": "./bin/codemod"
},
"files": [
"bin",
"src/**/*.js",
"src/**/*.d.ts",
"src/**/*.js.map"
],
"author": "Brian Donovan <donovan@squareup.com>",
"license": "Apache-2.0",
"devDependencies": {
"@types/babel-core": "^6.7.14",
"@types/babel-traverse": "^6.7.16",
"@types/babylon": "^6.7.15",
"@types/glob": "^5.0.30",
"@types/mocha": "^2.2.40",
"@types/mz": "0.0.31",
"@types/node": "^7.0.5",
"@types/rimraf": "0.0.28",
"mocha": "^3.2.0",
"rimraf": "2.6.1",
"semantic-release": "^6.3.2",
"tslint": "^4.5.1",
"typescript": "^2.2.1"
},
"dependencies": {
"babel-core": "^6.23.1",
"glob": "^7.1.1",
"mz": "^2.6.0",
"recast": "^0.12.1",
"resolve": "^1.3.2"
},
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/square/babel-codemod.git"
}
}
{"name":"babel-codemod","version":"1.2.1","description":"babel-codemod rewrites JavaScript using babel plugins.","main":"src/index.js","scripts":{"prepublish":"yarn test","lint":"tslint --project .","lint-fix":"tslint --project . --fix","pretest":"yarn lint && tsc --project .","test":"mocha","semantic-release":"semantic-release pre && npm publish && semantic-release post","commitmsg":"commitlint -e $GIT_PARAMS"},"bin":{"codemod":"./bin/codemod"},"files":["bin","src/**/*.js","src/**/*.d.ts","src/**/*.js.map"],"author":"Brian Donovan <donovan@squareup.com>","license":"Apache-2.0","devDependencies":{"@commitlint/cli":"^5.2.6","@commitlint/config-conventional":"^5.2.3","@types/babel-core":"^6.7.14","@types/babel-traverse":"^6.7.16","@types/babylon":"^6.7.15","@types/glob":"^5.0.30","@types/mocha":"^2.2.40","@types/mz":"0.0.32","@types/node":"^8.0.0","@types/rimraf":"2.0.2","commitlint":"^5.2.6","husky":"^0.14.3","mocha":"^3.2.0","rimraf":"2.6.2","semantic-release":"^8.0.3","tslint":"^5.4.2","typescript":"^2.2.1"},"dependencies":{"babel-core":"^6.23.1","glob":"^7.1.1","mz":"^2.6.0","recast":"^0.13.0","resolve":"^1.3.2"},"engines":{"node":">=6.0.0"},"repository":{"type":"git","url":"https://github.com/square/babel-codemod.git"}}

8

README.md

@@ -1,2 +0,2 @@

# babel-codemod [![Build Status](https://travis-ci.org/square/babel-codemod.svg?branch=master)](https://travis-ci.org/square/babel-codemod) [![dependencies Status](https://david-dm.org/square/babel-codemod/status.svg)](https://david-dm.org/square/babel-codemod)
# babel-codemod

@@ -45,2 +45,4 @@ babel-codemod rewrites JavaScript using babel plugins.

Note: You'll need to [setup `babel-register`](https://github.com/square/babel-codemod/pull/25#issuecomment-309607661) if you're using `--require`.
## Contributing

@@ -50,2 +52,6 @@

## Status
[![Build Status](https://travis-ci.org/square/babel-codemod.svg?branch=master)](https://travis-ci.org/square/babel-codemod) [![dependencies Status](https://david-dm.org/square/babel-codemod/status.svg)](https://david-dm.org/square/babel-codemod) [![Greenkeeper badge](https://badges.greenkeeper.io/square/babel-codemod.svg)](https://greenkeeper.io/)
## License

@@ -52,0 +58,0 @@ Copyright 2017 Square, Inc.

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