@krakenjs/universal-serialize
Advanced tools
Comparing version 3.0.0-typescript.1 to 3.0.0-typescript.2
{ | ||
"name": "@krakenjs/universal-serialize", | ||
"version": "3.0.0-typescript.1", | ||
"version": "3.0.0-typescript.2", | ||
"description": "Javascript module template.", | ||
"main": "index.js", | ||
"types": "dist/types/index.d.ts", | ||
"types": "dist/esm/index.d.ts", | ||
"scripts": { | ||
"build": "npm run test && npm run babel && npm run webpack && npm run build:types", | ||
"build:flow": "find ./dist -type f -not -path './node_modules/*' -name '*.d.ts' -exec sh -c 'flowgen --add-flow-header $1 -o ${1%.*.*}.js.flow' _ '{}' \\;", | ||
"build:tsc": "tsc src/**/** --outDir ./dist/esm --declaration --emitDeclarationOnly --strict", | ||
"build:tsc": "tsc src/**/* --outDir ./dist/esm --declaration --emitDeclarationOnly --strict", | ||
"build:types": "npm run build:tsc && npm run build:flow", | ||
@@ -12,0 +12,0 @@ "webpack": "cross-env NODE_ENV=production babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/webpack --progress", |
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
0
121640