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

@theme-ui/preset-polaris

Package Overview
Dependencies
Maintainers
4
Versions
405
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.8.0--canary.1688.dbd897ce631382047428c1c3999b65b9923cffae.0 to 0.8.0--canary.1713.94a1ab6d668e34d4cab5467278295c6a3d122882.0

10

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

@@ -31,5 +31,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);

@@ -36,0 +40,0 @@ }

@@ -31,5 +31,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);

@@ -36,0 +40,0 @@ }

@@ -23,5 +23,9 @@ import base from '@theme-ui/preset-base';

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);

@@ -28,0 +32,0 @@ }

{
"name": "@theme-ui/preset-polaris",
"version": "0.8.0--canary.1688.dbd897ce631382047428c1c3999b65b9923cffae.0",
"version": "0.8.0--canary.1713.94a1ab6d668e34d4cab5467278295c6a3d122882.0",
"main": "dist/theme-ui-preset-polaris.cjs.js",

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

"dependencies": {
"@theme-ui/preset-base": "0.8.0--canary.1688.dbd897ce631382047428c1c3999b65b9923cffae.0"
"@theme-ui/preset-base": "0.8.0--canary.1713.94a1ab6d668e34d4cab5467278295c6a3d122882.0"
},

@@ -17,3 +17,3 @@ "publishConfig": {

},
"gitHead": "dbd897ce631382047428c1c3999b65b9923cffae"
"gitHead": "94a1ab6d668e34d4cab5467278295c6a3d122882"
}
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