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.10.0 to 0.11.0

11

CHANGELOG.md

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

# [0.11.0](https://github.com/gomah/bulmil/compare/v0.10.0...v0.11.0) (2020-09-02)
### Features
* remove window in defineCustomElements functions ([08cc2bc](https://github.com/gomah/bulmil/commit/08cc2bcace9e3e76d67a4204e7596ea11a3bb6ba))
# [0.10.0](https://github.com/gomah/bulmil/compare/v0.9.0...v0.10.0) (2020-09-01)

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

4

dist/cjs/index.js

@@ -15,5 +15,3 @@ "use strict";

__exportStar(require("./components"), exports);
if (typeof window !== 'undefined') {
loader_1.defineCustomElements(window);
}
loader_1.defineCustomElements();
//# sourceMappingURL=index.js.map
import { defineCustomElements } from '@bulmil/core/dist/loader';
export * from './components';
if (typeof window !== 'undefined') {
defineCustomElements(window);
}
defineCustomElements();
//# sourceMappingURL=index.js.map
{
"name": "@bulmil/react",
"sideEffects": false,
"version": "0.10.0",
"version": "0.11.0",
"author": "Gomah",

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

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

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

},
"gitHead": "13d8a34c132947e03339a04a199326e354999a08"
"gitHead": "6788e6c05d7501618ca2f48110c107922bbeeb2f"
}

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