New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@itgenio/edik-diff

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itgenio/edik-diff - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

build.js

17

package.json
{
"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"]
}
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