🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@geprog/node-migrate-ts

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geprog/node-migrate-ts - npm Package Compare versions

Comparing version

to
3.1.11

{
"name": "@geprog/node-migrate-ts",
"version": "3.1.10",
"version": "3.1.11",
"description": "Abstract migration framework using TypeScript",

@@ -10,8 +10,8 @@ "homepage": "https://geprog.com",

".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",

@@ -22,3 +22,3 @@ "files": [

"scripts": {
"build": "rollup -c rollup.config.ts --configPlugin rollup-plugin-typescript2",
"build": "tsup src/index.ts --dts --format cjs,esm",
"clean": "rm -rf dist/ node_modules/",

@@ -43,9 +43,6 @@ "lint": "eslint --max-warnings 0 .",

"prettier": "2.3.1",
"rollup": "2.60.2",
"rollup-plugin-dts": "4.0.1",
"rollup-plugin-typescript2": "0.31.1",
"semantic-release": "18.0.0",
"ts-jest": "26.5.6",
"ts-node": "10.0.0",
"tslib": "2.3.1",
"tsup": "5.11.13",
"typescript": "4.5.2"

@@ -52,0 +49,0 @@ },