intervals-fn
Advanced tools
Comparing version 2.8.0 to 2.8.1
{ | ||
"name": "intervals-fn", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"description": "Manipulate intervals in a functional way", | ||
@@ -14,2 +14,3 @@ "main": "dist/lib.js", | ||
"build": "npm run build:ts && npm run build:ts -- -m es6 --outDir es", | ||
"prepublish": "npm run build", | ||
"doc": "npm run build && typedoc --out docs/ dist/", | ||
@@ -16,0 +17,0 @@ "semantic-release": "semantic-release", |
{ | ||
"extends": "./tsconfig.base.json", | ||
"compilerOptions": { | ||
"target": "ES2017", | ||
"module": "commonjs", | ||
"lib": [ | ||
"es2017", | ||
"dom" | ||
], | ||
"types": [], | ||
"declaration": true, | ||
"sourceMap": true, | ||
"outDir": "./build", | ||
"strict": true, | ||
"noImplicitAny": true, | ||
"strictNullChecks": true, | ||
"noImplicitThis": true, | ||
"alwaysStrict": true, | ||
"noUnusedLocals": true, | ||
"noUnusedParameters": true, | ||
"noImplicitReturns": true, | ||
"moduleResolution": "node", | ||
"baseUrl": "./" | ||
"baseUrl": "./", | ||
"sourceMap": true | ||
}, | ||
@@ -30,2 +14,2 @@ "include": [ | ||
] | ||
} | ||
} |
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
87806
17
2020