@goldyjs/shared
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@goldyjs/shared", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"LICENSE": "MIT", | ||
@@ -18,3 +18,2 @@ "description": "Useful common abstractions", | ||
"scripts": { | ||
"tsc": "tsc", | ||
"type-check": "tsc --noEmit", | ||
@@ -26,4 +25,5 @@ "type-check:watch": "npm run type-check -- --watch", | ||
"build:watch": "nodemon --watch package.json --watch src --exec \"npm run build\"", | ||
"build": "npm run build:ts", | ||
"build:ts": "babel src -d lib --source-maps --extensions '.ts'", | ||
"build": "npm run build:js && npm run build:types", | ||
"build:js": "babel src -d lib --source-maps --extensions '.ts'", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"pub": "npm publish --access public", | ||
@@ -30,0 +30,0 @@ "test": "jest --runInBand", |
@@ -5,3 +5,3 @@ { | ||
"module": "commonjs", | ||
"composite": true, | ||
"allowJs": true, | ||
"declarationMap": true, | ||
@@ -16,6 +16,6 @@ "moduleResolution": "node", | ||
"sourceMap": true, | ||
"skipLibCheck": true, | ||
"outDir": "lib", | ||
"experimentalDecorators": true, | ||
"rootDirs": ["src"], | ||
"skipLibCheck": true | ||
"rootDirs": ["src"] | ||
}, | ||
@@ -22,0 +22,0 @@ "exclude": ["node_modules"], |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
66
521
33262
5
1