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

@bulmil/react

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bulmil/react - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.10.0](https://github.com/gomah/bulmil/compare/v0.9.0...v0.10.0) (2020-09-01)
### Bug Fixes
* **react:** defineCustomElements in plugin ([1645b70](https://github.com/gomah/bulmil/commit/1645b70a43d82d35950e9de68b32d03c228d6847))
# [0.9.0](https://github.com/gomah/bulmil/compare/v0.8.0...v0.9.0) (2020-09-01)

@@ -8,0 +19,0 @@

4

dist/cjs/index.js

@@ -13,3 +13,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const loader_1 = require("@bulmil/core/dist/loader");
__exportStar(require("./components"), exports);
if (typeof window !== 'undefined') {
loader_1.defineCustomElements(window);
}
//# sourceMappingURL=index.js.map

@@ -0,2 +1,6 @@

import { defineCustomElements } from '@bulmil/core/dist/loader';
export * from './components';
if (typeof window !== 'undefined') {
defineCustomElements(window);
}
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "@bulmil/react",
"sideEffects": false,
"version": "0.9.0",
"version": "0.10.0",
"author": "Gomah",

@@ -44,3 +44,3 @@ "license": "MIT",

"dependencies": {
"@bulmil/core": "0.9.0"
"@bulmil/core": "0.10.0"
},

@@ -51,3 +51,3 @@ "peerDependencies": {

},
"gitHead": "01a2da680cafeaf8dc75c3319d44ac5fc78fc136"
"gitHead": "13d8a34c132947e03339a04a199326e354999a08"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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