🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@libreform/libreform

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libreform/libreform - npm Package Compare versions

Comparing version
2.0.0-beta.12
to
2.0.0-beta.12.1
+5
-3
dist/wplf-frontend.d.ts
import { WPLF_Manager } from './classes/wplf-manager';
import { WPLF_Tabs } from './classes/wplf-tabs';
import { WPLF_Form } from './classes/wplf-form';
import { Client } from './classes/wplf-api';
import '../styles/wplf-frontend.scss';
declare const _default: {
api: import("./classes/wplf-api").Client;
interface WPLF_Frontend {
api: Client;
manager: WPLF_Manager;
WPLF_Tabs: typeof WPLF_Tabs;
WPLF_Form: typeof WPLF_Form;
};
}
declare const _default: WPLF_Frontend;
/**

@@ -12,0 +14,0 @@ * This file is built into an UMD bundle. The default export will

{
"name": "@libreform/libreform",
"version": "2.0.0-beta.12",
"version": "2.0.0-beta.12.1",
"description": "WP Libre Form client",
"main": "dist/wplf-frontend.js",
"types": "dist/types.d.ts",
"main": "dist/wplf-frontend",
"types": "dist/wplf-frontend",
"scripts": {

@@ -8,0 +8,0 @@ "clean": "rimraf dist/",

# WP Libre Form
[![Build Status](https://travis-ci.org/libreform/libreform.svg?branch=master)](https://travis-ci.org/libreform/libreform) [![Latest Stable Version](https://poser.pugx.org/libreform/libreform/v/stable)](https://packagist.org/packages/libreform/libreform) [![Total Downloads](https://poser.pugx.org/libreform/libreform/downloads)](https://packagist.org/packages/libreform/libreform) [![Latest Unstable Version](https://poser.pugx.org/libreform/libreform/v/unstable)](https://packagist.org/packages/libreform/libreform) [![License](https://poser.pugx.org/libreform/libreform/license)](https://packagist.org/packages/libreform/libreform)
[![Build Status](https://travis-ci.org/libreform/libreform.svg?branch=master)]([travis]) [![npm][npm-badge]][npm] [![Latest Stable Version](https://poser.pugx.org/libreform/libreform/v/stable)](https://packagist.org/packages/libreform/libreform) [![Latest Unstable Version](https://poser.pugx.org/libreform/libreform/v/unstable)](https://packagist.org/packages/libreform/libreform) [![License](https://poser.pugx.org/libreform/libreform/license)](https://packagist.org/packages/libreform/libreform)
Use standard HTML5 markup to create fully functional forms for WordPress. [Version 2.0 breaks backwards compatibility.](#new-in-20)
[npm-badge]: https://img.shields.io/npm/v/@libreform/libreform.png?style=flat-square
[npm]: https://www.npmjs.org/package/@libreform/libreform
Use standard HTML5 markup to create fully functional forms for WordPress.
[The older 1.5 branch](https://github.com/libreform/wp-libre-form) is not maintained anymore, and will not receive any updates.
## Features

@@ -49,3 +54,3 @@

As migrations tend to be a pain in the ass, I made sure that the new version works side by side with the old one. Everything has been renamed so they do not conflict with each other. **In other words, you should be able to use both versions simultaneously.**
As migrations tend to be a pain in the ass, we've made special efforts to ensure that you don't have to migrate. The new version works side by side with the old one. Everything has been renamed so they do not conflict with each other.

@@ -52,0 +57,0 @@ Some key changes;