Comparing version 0.0.11 to 0.0.12
@@ -112,1 +112,2 @@ export declare type nil = null | undefined; | ||
}; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,3 +0,1 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "tsdef", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "TypeScript common pattern shortcut definitions / utility gist library", | ||
@@ -16,16 +16,30 @@ "keywords": [ | ||
], | ||
"main": "es5/index.js", | ||
"author": "Joon Ho Cho", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/joonhocho/tsdef.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/joonhocho/tsdef/issues" | ||
}, | ||
"homepage": "https://github.com/joonhocho/tsdef#readme", | ||
"module": "lib/index.js", | ||
"types": "es5/index.d.ts", | ||
"main": "dist/node/index.js", | ||
"browser": "dist/browser/index.js", | ||
"types": "lib/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
"all": "npm run clean && npm run format && npm run lint:fix && npm run test && npm run build && npm run build:es5", | ||
"build": "tsc -p ./tsconfig.json && tscpaths -p ./tsconfig.json -s ./src -o ./lib", | ||
"build:es5": "tsc -p ./tsconfig.es5.json && tscpaths -p ./tsconfig.es5.json -s ./src -o ./es5", | ||
"clean": "rm -rf ./lib ./es5 ./coverage", | ||
"all": "npm run clean && npm run format && npm run lint:fix && npm run build:all && npm run test", | ||
"build:all": "npm run build:module && npm run build:node && npm run build:browser", | ||
"build:browser": "tsc -p ./tsconfig.browser.json && tscpaths -p ./tsconfig.browser.json -s ./src -o ./dist/browser", | ||
"build:module": "tsc -p ./tsconfig.module.json && tscpaths -p ./tsconfig.module.json -s ./src -o ./lib", | ||
"build:node": "tsc -p ./tsconfig.node.json && tscpaths -p ./tsconfig.node.json -s ./src -o ./dist/node", | ||
"clean": "rm -rf ./lib ./dist ./coverage", | ||
"format": "prettier --write \"./*.{js,jsx,ts,tsx}\" \"./src/**/*.{js,jsx,ts,tsx}\"", | ||
"lint": "tslint -c ./tslint.json \"src/**/*\"", | ||
"lint:fix": "tslint --fix -c ./tslint.json \"src/**/*\"", | ||
"lint": "tslint -c ./tslint.json \"src/**/*.ts\"", | ||
"lint:fix": "tslint --fix -c ./tslint.json \"src/**/*.ts\"", | ||
"precommit": "npm run all", | ||
"prepublish": "npm run all", | ||
"reinstall": "rm -rf ./node_modules ./package-lock.json ./yarn.lock && npm i", | ||
"reinstall": "rm -rf ./node_modules ./package-lock.json ./yarn.lock && yarn", | ||
"start": "npm run test", | ||
@@ -38,12 +52,2 @@ "test": "jest", | ||
"pre-commit": "precommit", | ||
"author": "Joon Ho Cho", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/joonhocho/tsdef.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/joonhocho/tsdef/issues" | ||
}, | ||
"homepage": "https://github.com/joonhocho/tsdef#readme", | ||
"devDependencies": { | ||
@@ -62,4 +66,3 @@ "@types/jest": "^24.0.15", | ||
"typescript": "^3.5.2" | ||
}, | ||
"sideEffects": false | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
56072
15
337