@manifoldco/shadowcat
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -10,3 +10,3 @@ export * from "./components"; | ||
token?: string; | ||
expiry?: string; | ||
expiry?: number; | ||
error?: AuthError; | ||
@@ -17,4 +17,4 @@ } | ||
access_token?: string; | ||
expiry?: string; | ||
expiry?: number; | ||
error?: AuthError; | ||
} |
@@ -17,3 +17,2 @@ { | ||
"build": "stencil build --docs", | ||
"prepare": "stencil build", | ||
"publish": "node scripts/publish", | ||
@@ -26,3 +25,3 @@ "start": "stencil build --dev --watch --serve", | ||
"devDependencies": { | ||
"@stencil/core": "^1.1.6", | ||
"@stencil/core": "^1.1.9", | ||
"@types/jest": "24.0.15", | ||
@@ -37,3 +36,3 @@ "@types/puppeteer": "1.12.4", | ||
"license": "MIT", | ||
"version": "0.1.3" | ||
"version": "0.1.4" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8
653290