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

@khanacademy/wonder-blocks-spacing

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/wonder-blocks-spacing - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

20

dist/es/index.js
const Spacing = {
// Named
xxxSmall: 4,
xxSmall: 6,
xSmall: 8,
small: 12,
medium: 16,
large: 24,
xLarge: 32,
xxLarge: 48,
xxxLarge: 64
// Named
xxxSmall: 4,
xxSmall: 6,
xSmall: 8,
small: 12,
medium: 16,
large: 24,
xLarge: 32,
xxLarge: 48,
xxxLarge: 64
};
export default Spacing;

@@ -90,26 +90,22 @@ module.exports =

/* 0 */
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var Spacing = {
// Named
xxxSmall: 4,
xxSmall: 6,
xSmall: 8,
small: 12,
medium: 16,
large: 24,
xLarge: 32,
xxLarge: 48,
xxxLarge: 64
__webpack_require__.r(__webpack_exports__);
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return Spacing; });
const Spacing = {
// Named
xxxSmall: 4,
xxSmall: 6,
xSmall: 8,
small: 12,
medium: 16,
large: 24,
xLarge: 32,
xxLarge: 48,
xxxLarge: 64
};
exports.default = Spacing;
/***/ })
/******/ ]);
{
"name": "@khanacademy/wonder-blocks-spacing",
"version": "2.0.7",
"version": "2.0.8",
"design": "v1",

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

"devDependencies": {
"@khanacademy/wonder-blocks-color": "^1.0.9"
"@khanacademy/wonder-blocks-color": "^1.0.10"
},

@@ -19,0 +19,0 @@ "author": "",

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