@internetarchive/recaptcha-manager
Advanced tools
Comparing version 0.1.1 to 0.1.2-alpha.1
@@ -0,0 +0,0 @@ import { html, css, LitElement } from 'lit'; |
@@ -0,0 +0,0 @@ import { LitElement } from 'lit'; |
@@ -0,0 +0,0 @@ import { __decorate } from "tslib"; |
@@ -1,2 +0,2 @@ | ||
export { RecaptchaManager, RecaptchaManagerInterface, } from './src/recaptcha-manager'; | ||
export { RecaptchaWidget, RecaptchaWidgetInterface, RecaptchaWidgetConfig, } from './src/recaptcha-widget'; | ||
export { RecaptchaManager, RecaptchaManagerInterface, } from './src/recaptcha-manager.js'; | ||
export { RecaptchaWidget, RecaptchaWidgetInterface, RecaptchaWidgetConfig, } from './src/recaptcha-widget.js'; |
@@ -1,3 +0,3 @@ | ||
export { RecaptchaManager, } from './src/recaptcha-manager'; | ||
export { RecaptchaWidget, } from './src/recaptcha-widget'; | ||
export { RecaptchaManager, } from './src/recaptcha-manager.js'; | ||
export { RecaptchaWidget, } from './src/recaptcha-widget.js'; | ||
//# sourceMappingURL=index.js.map |
/// <reference types="grecaptcha" /> | ||
import { LazyLoaderServiceInterface } from '@internetarchive/lazy-loader-service'; | ||
import { RecaptchaWidgetInterface } from './recaptcha-widget'; | ||
import { RecaptchaWidgetInterface } from './recaptcha-widget.js'; | ||
export interface RecaptchaManagerInterface { | ||
@@ -5,0 +5,0 @@ /** |
import { LazyLoaderService, } from '@internetarchive/lazy-loader-service'; | ||
import { RecaptchaWidget } from './recaptcha-widget'; | ||
import { RecaptchaWidget } from './recaptcha-widget.js'; | ||
export class RecaptchaManager { | ||
@@ -4,0 +4,0 @@ constructor(options) { |
@@ -0,0 +0,0 @@ /// <reference types="grecaptcha" /> |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /// <reference types="grecaptcha" /> |
@@ -0,0 +0,0 @@ /* eslint-disable camelcase */ |
@@ -0,0 +0,0 @@ import { BundleType, LazyLoaderServiceEvents, LazyLoaderServiceInterface } from '@internetarchive/lazy-loader-service'; |
@@ -0,0 +0,0 @@ import { MockGrecaptcha } from './mock-grecaptcha'; |
export {}; |
@@ -0,0 +0,0 @@ import { expect } from '@open-wc/testing'; |
export { | ||
RecaptchaManager, | ||
RecaptchaManagerInterface, | ||
} from './src/recaptcha-manager'; | ||
} from './src/recaptcha-manager.js'; | ||
@@ -10,2 +10,2 @@ export { | ||
RecaptchaWidgetConfig, | ||
} from './src/recaptcha-widget'; | ||
} from './src/recaptcha-widget.js'; |
@@ -10,5 +10,6 @@ { | ||
"author": "Internet Archive", | ||
"version": "0.1.1", | ||
"version": "0.1.2-alpha.1", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"type": "module", | ||
"scripts": { | ||
@@ -26,3 +27,3 @@ "start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"", | ||
"dependencies": { | ||
"@internetarchive/lazy-loader-service": "^0.2.0", | ||
"@internetarchive/lazy-loader-service": "^0.2.1-alpha.1", | ||
"@types/grecaptcha": "^2" | ||
@@ -29,0 +30,0 @@ }, |
@@ -0,0 +0,0 @@ ![Build Status](https://github.com/internetarchive/iaux-recaptcha-manager/actions/workflows/ci.yml/badge.svg) |
@@ -5,3 +5,3 @@ import { | ||
} from '@internetarchive/lazy-loader-service'; | ||
import { RecaptchaWidget, RecaptchaWidgetInterface } from './recaptcha-widget'; | ||
import { RecaptchaWidget, RecaptchaWidgetInterface } from './recaptcha-widget.js'; | ||
@@ -8,0 +8,0 @@ export interface RecaptchaManagerInterface { |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /* eslint-disable camelcase */ |
@@ -0,0 +0,0 @@ /* eslint-disable @typescript-eslint/no-unused-vars */ |
@@ -0,0 +0,0 @@ import { expect } from '@open-wc/testing'; |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
Yes
117414
38
1177
1
+ Added@internetarchive/lazy-loader-service@0.2.1-alpha.1(transitive)
- Removed@internetarchive/lazy-loader-service@0.2.0(transitive)