New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@theme-ui/preset-bootstrap

Package Overview
Dependencies
Maintainers
4
Versions
419
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theme-ui/preset-bootstrap - npm Package Compare versions

Comparing version 0.8.0-develop.0 to 0.8.0

19

CHANGELOG.md

@@ -0,1 +1,20 @@

# v0.8.0 (Wed May 05 2021)
#### 🐛 Bug Fix
- Merge branch 'config' into config-2 [#1421](https://github.com/system-ui/theme-ui/pull/1421) ([@hasparus](https://github.com/hasparus))
- Merge branch 'develop' into config ([@lachlanjc](https://github.com/lachlanjc))
#### ⚠️ Pushed to `stable`
- Merge branch 'stable' into develop ([@hasparus](https://github.com/hasparus))
#### Authors: 3
- Brent Jackson ([@jxnblk](https://github.com/jxnblk))
- Lachlan Campbell ([@lachlanjc](https://github.com/lachlanjc))
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
---
# v0.7.0 (Thu Apr 15 2021)

@@ -2,0 +21,0 @@

10

dist/theme-ui-preset-bootstrap.cjs.dev.js

@@ -25,5 +25,9 @@ 'use strict';

var symbols = Object.getOwnPropertySymbols(object);
if (enumerableOnly) symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
if (enumerableOnly) {
symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
}
keys.push.apply(keys, symbols);

@@ -30,0 +34,0 @@ }

@@ -25,5 +25,9 @@ 'use strict';

var symbols = Object.getOwnPropertySymbols(object);
if (enumerableOnly) symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
if (enumerableOnly) {
symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
}
keys.push.apply(keys, symbols);

@@ -30,0 +34,0 @@ }

@@ -21,5 +21,9 @@ function _defineProperty(obj, key, value) {

var symbols = Object.getOwnPropertySymbols(object);
if (enumerableOnly) symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
if (enumerableOnly) {
symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
}
keys.push.apply(keys, symbols);

@@ -26,0 +30,0 @@ }

{
"name": "@theme-ui/preset-bootstrap",
"version": "0.8.0-develop.0",
"version": "0.8.0",
"main": "dist/theme-ui-preset-bootstrap.cjs.js",

@@ -14,3 +14,3 @@ "module": "dist/theme-ui-preset-bootstrap.esm.js",

},
"gitHead": "de543978601864da4593c1ad6c2dc871ab129c71"
"gitHead": "562548cbb77e1bd0c2911899c736e7a457f8bb5a"
}
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