tldts-core
Advanced tools
Comparing version 5.3.1 to 5.3.2
{ | ||
"name": "tldts-core", | ||
"version": "5.3.1", | ||
"version": "5.3.2", | ||
"description": "tldts core primitives (internal module)", | ||
@@ -33,16 +33,14 @@ "author": "Rémi Berson", | ||
}, | ||
"main": "build/cjs/index.js", | ||
"module": "build/es6/index.js", | ||
"types": "build/types/index.d.ts", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/es6/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"files": [ | ||
"build" | ||
"dist" | ||
], | ||
"scripts": { | ||
"clean": "rimraf build", | ||
"lint": "tslint --config ../../tslint.json --project .", | ||
"build-cjs": "tsc -p . --outDir build/cjs --module commonjs", | ||
"build-es6": "tsc -p . --outDir build/es6 --module esnext", | ||
"build": "concurrently 'yarn run build-cjs' 'yarn run build-es6'", | ||
"prebuild": "yarn run clean", | ||
"bundle": "yarn run build", | ||
"clean": "rimraf dist", | ||
"lint": "tslint --config ../../tslint.json --project ./tsconfig.json", | ||
"build": "tsc --build ./tsconfig.json", | ||
"bundle": "rollup --config ./rollup.config.ts", | ||
"prebundle": "yarn run build", | ||
"prepack": "yarn run bundle", | ||
@@ -54,7 +52,8 @@ "test": "jest --config ./jest.config.js ./test/" | ||
"@types/node": "^12.0.3", | ||
"concurrently": "^4.1.1", | ||
"jest": "^24.8.0", | ||
"rimraf": "^2.6.3", | ||
"rollup": "^1.17.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-sourcemaps": "^0.4.2", | ||
"ts-jest": "^24.0.2", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.18.0", | ||
@@ -64,3 +63,3 @@ "tslint-config-prettier": "^1.18.0", | ||
}, | ||
"gitHead": "2aac0673e712922b740993cfe1e3370eec9c1b65" | ||
"gitHead": "29ad399169551d4c2a8eb366d7d73354b1b17a3e" | ||
} |
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
205267
36
11
1096
1