@tokks/strava
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@tokks/strava", | ||
"version": "1.0.2", | ||
"main": "index.ts", | ||
"version": "1.0.3", | ||
"main": "src/index.ts", | ||
"author": "Marcelo Tokarnia<marcelo.tokarnia@gmail.com>", | ||
@@ -10,2 +10,6 @@ "license": "MIT", | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"release": "./scripts/release.sh" | ||
}, | ||
"types": "index.d.ts", | ||
@@ -15,3 +19,9 @@ "files": [ | ||
], | ||
"private": false | ||
"private": false, | ||
"dependencies": { | ||
"mappersmith": "^2.33.3" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^3.9.7" | ||
} | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
1
2
512
1
1
0
1
+ Addedmappersmith@^2.33.3
+ Addedmappersmith@2.44.0(transitive)