pssh-tools
Advanced tools
Comparing version 0.1.0 to 0.1.1-alpha1
{ | ||
"name": "pssh-tools", | ||
"version": "0.1.0", | ||
"version": "0.1.1-alpha1", | ||
"description": "Tools to generate PSSH Data and PSSH Box", | ||
"main": "index.js", | ||
"main": "./build/src/index.js", | ||
"types": "./build/src/index.d.ts", | ||
"scripts": { | ||
"pretest": "standard --fix", | ||
"test": "ava --verbose" | ||
"build": "tsc -p .", | ||
"pretest": "tslint -p .", | ||
"test": "tsc -p .&& cp -R ./src/lib/pssh/proto ./dist/src/lib/pssh/ && ava ./dist/test/*.js --verbose" | ||
}, | ||
@@ -25,4 +27,16 @@ "keywords": [ | ||
"ava": "^2.1.0", | ||
"standard": "^12.0.1" | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.18.0", | ||
"tslint-config-standard": "^8.0.1", | ||
"typescript": "^3.5.2" | ||
}, | ||
"ava": { | ||
"compileEnhancements": false, | ||
"extensions": [ | ||
"ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
] | ||
} | ||
} | ||
} |
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
28216
14
651
5
1