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

@khanacademy/wonder-blocks-layout

Package Overview
Dependencies
Maintainers
1
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.3.11 to 1.3.12

4

components/media-layout.js

@@ -171,3 +171,5 @@ // @flow

for (const name of Object.keys(styleSheet)) {
if (mockStyleSheet.hasOwnProperty(name)) {
if (
Object.prototype.hasOwnProperty.call(mockStyleSheet, name)
) {
continue;

@@ -174,0 +176,0 @@ }

@@ -379,3 +379,3 @@ import { createContext, createElement, Component } from 'react';

if (mockStyleSheet.hasOwnProperty(name)) {
if (Object.prototype.hasOwnProperty.call(mockStyleSheet, name)) {
continue;

@@ -382,0 +382,0 @@ } // We create an entry that combines the values from all of

@@ -189,3 +189,3 @@ module.exports =

function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

@@ -381,3 +381,3 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _nonIterableRest(); }

if (mockStyleSheet.hasOwnProperty(name)) {
if (Object.prototype.hasOwnProperty.call(mockStyleSheet, name)) {
continue;

@@ -498,3 +498,3 @@ } // We create an entry that combines the values from all of

// CONCATENATED MODULE: ./packages/wonder-blocks-layout/components/spring.js
function spring_typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { spring_typeof = function _typeof(obj) { return typeof obj; }; } else { spring_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return spring_typeof(obj); }
function spring_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { spring_typeof = function _typeof(obj) { return typeof obj; }; } else { spring_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return spring_typeof(obj); }

@@ -557,3 +557,3 @@ function spring_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

// CONCATENATED MODULE: ./packages/wonder-blocks-layout/components/strut.js
function strut_typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { strut_typeof = function _typeof(obj) { return typeof obj; }; } else { strut_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return strut_typeof(obj); }
function strut_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { strut_typeof = function _typeof(obj) { return typeof obj; }; } else { strut_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return strut_typeof(obj); }

@@ -560,0 +560,0 @@ function strut_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

{
"name": "@khanacademy/wonder-blocks-layout",
"version": "1.3.11",
"version": "1.3.12",
"design": "v1",

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

"devDependencies": {
"@khanacademy/wonder-blocks-button": "^2.4.8",
"@khanacademy/wonder-blocks-button": "^2.4.9",
"wb-dev-build-settings": "^0.0.3"

@@ -30,3 +30,3 @@ },

"license": "MIT",
"gitHead": "9ce272758e112a23de91af6f8e70f61843ea5b5b"
"gitHead": "f75ca5803b2cb977f98d11e7dd9ed0022f49af90"
}
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