token-types
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "token-types", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Common token types for decoding and encoding binairy values", | ||
@@ -11,7 +11,7 @@ "author": { | ||
"compile": "tsc", | ||
"prepare": "npm run compile", | ||
"lint": "tslint 'lib/**/*.ts' --exclude 'lib/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'", | ||
"test": "mocha --require ts-node/register test", | ||
"lint": "tslint --format verbose src/*.ts", | ||
"dist": "copyfiles -f src/*.js src/*.js.map src/*.d.ts lib", | ||
"prepare": "npm run dist", | ||
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls" | ||
"cover-test": "nyc npm run test", | ||
"coveralls": "npm run cover-test && nyc report --reporter=text-lcov | coveralls" | ||
}, | ||
@@ -41,2 +41,3 @@ "engines": { | ||
"ts-node": "^3.0.6", | ||
"tslint": "^5.5.0", | ||
"typescript": "^2.3.4", | ||
@@ -43,0 +44,0 @@ "typings": "^2.1.1" |
@@ -10,3 +10,3 @@ { | ||
"include": [ | ||
"src/**/*.ts", | ||
"lib/**/*.ts", | ||
"test/**/*.ts" | ||
@@ -13,0 +13,0 @@ ] |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
197266
12
5369
0
12