@itgenio/edik-diff
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@itgenio/edik-diff", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
"main": "index.ts", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "mocha", | ||
"tsc": "tsc --noEmit" | ||
"tsc-check": "tsc --noEmit", | ||
"tsc": "tsc", | ||
"build": "rimraf dist && NODE_ENV=production ts-node ./build.js", | ||
"watch": "rimraf dist && ts-node ./build.js", | ||
"prepack": "npm run build && npm run tsc" | ||
}, | ||
"author": "", | ||
"author": "Alex So", | ||
"license": "ISC", | ||
@@ -19,6 +23,11 @@ "devDependencies": { | ||
"chai": "^4.3.4", | ||
"esbuild": "^0.14.18", | ||
"mocha": "^9.1.3", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.5.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
{ | ||
"ts-node": { | ||
"transpileOnly": true | ||
"transpileOnly": true, | ||
"compilerOptions": { | ||
"target": "ES6", | ||
"module": "CommonJS" | ||
} | ||
}, | ||
"extends": "../../tsconfig.json" | ||
"compilerOptions": { | ||
"target": "es6", | ||
"baseUrl": "./src", | ||
"types": ["node", "mocha"], | ||
"module": "ESNext", | ||
"outDir": "dist", | ||
"rootDir": "./src", | ||
"moduleResolution": "Node", | ||
"isolatedModules": true, | ||
"emitDeclarationOnly": true, | ||
"declaration": true, | ||
"allowSyntheticDefaultImports": true | ||
}, | ||
"exclude": ["node_modules", "dist", "utests"] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
9639
11
276
1
11
2
1