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

jscodeshift

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscodeshift - npm Package Compare versions

Comparing version 0.3.12 to 0.3.13

3

dist/Worker.js

@@ -55,3 +55,4 @@ /*

if (babel === 'babel') {
require('babel-core/register')();
// FIXME: use { babelrc: false } after migration to Babel 6
require('babel-core/register')({ breakConfig: true });
}

@@ -58,0 +59,0 @@ transform = require(tr);

{
"name": "jscodeshift",
"version": "0.3.12",
"version": "0.3.13",
"description": "A toolkit for JavaScript codemods",

@@ -14,4 +14,4 @@ "repository": {

"watch": "babel src/ --out-dir dist/ --watch",
"test": "jest",
"prepublish": "npm run build"
"test": " npm run build && jest",
"prepublish": "npm run test && npm run build"
},

@@ -36,3 +36,3 @@ "bin": {

"nomnom": "^1.8.1",
"recast": "^0.10.32"
"recast": "^0.11.0"
},

@@ -39,0 +39,0 @@ "devDependencies": {

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