Socket
Socket
Sign inDemoInstall

@workday/canvas-kit-codemod

Package Overview
Dependencies
300
Maintainers
6
Versions
983
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-beta.0-next.19 to 5.0.0-beta.0-next.20

dist/es6/v5/getImportRenameMap.d.ts

2

index.js

@@ -40,3 +40,3 @@ #!/usr/bin/env node

exec(
`jscodeshift -t ${__dirname}/lib/${transform} ${path} --parser=tsx --extensions=js,jsx,ts,tsx --verbose=2`,
`jscodeshift -t ${__dirname}/dist/es6/${transform} ${path} --parser=tsx --extensions=js,jsx,ts,tsx --verbose=2`,
(error, stdout, stderr) => {

@@ -43,0 +43,0 @@ if (error) {

@@ -5,5 +5,5 @@ {

"license": "Apache-2.0",
"version": "5.0.0-beta.0-next.19+c50abc9b",
"version": "5.0.0-beta.0-next.20+00bac7ad",
"description": "A collection of codemods for use on Workday Canvas Kit packages.",
"main": "index.js",
"main": "dist/es6/index.js",
"sideEffects": false,

@@ -18,4 +18,5 @@ "bin": {

"files": [
"lib/",
"index.js"
"dist/",
"index.js",
"README.md"
],

@@ -38,5 +39,7 @@ "keywords": [

"scripts": {
"clean": "rimraf dist && rimraf .build-info && mkdirp dist",
"build": "tsc -p tsconfig.es6.json",
"test": "TZ=UTC jest -c ../../jest.config.js"
},
"gitHead": "c50abc9b88ca2ef239d71b8d4553e219ceb8a1e9"
"gitHead": "00bac7ad585e7685cfa8c99252675803e16cd166"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc