Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@a-la/bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@a-la/bootstrap - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

preact/index.d.ts

4

CHANGELOG.md
## 16 March 2020
### [1.1.0](https://github.com/a-la/bootstrap/compare/v1.0.0...v1.1.0)
- [feature] Add Preact 8 support.
### [1.0.0](https://github.com/a-la/bootstrap/compare/v0.0.0-pre...v1.0.0)

@@ -4,0 +8,0 @@

7

package.json
{
"name": "@a-la/bootstrap",
"version": "1.0.0",
"version": "1.1.0",
"description": "Bootstrap Class Properties, Elements And Types Definitions For JSX.",

@@ -14,3 +14,5 @@ "main": "src/index.js",

"bootstrap": "alanode bootstrap",
"types": "alanode bootstrap/types",
"react": "alanode dev/react",
"preact": "alanode dev/preact",
"types": "yarn-s react preact",
"wiki": "doc wiki -W wiki.git -d",

@@ -29,2 +31,3 @@ "test-compile": "yarn test -e test-compile",

"bootstrap",
"preact",
"types/index.d.ts"

@@ -31,0 +34,0 @@ ],

@@ -36,2 +36,4 @@ # @a-la/bootstrap

import '@a-la/bootstrap'
// or when using Preact 8:
import '@a-la/bootstrap/preact'

@@ -38,0 +40,0 @@ export const Component =

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc