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

@khanacademy/wonder-blocks-color

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.1.16 to 1.1.17

src/__tests__/__snapshots__/generated-snapshot.test.js.snap

4

dist/index.js

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

// CONCATENATED MODULE: ./packages/wonder-blocks-color/util/utils.js
// CONCATENATED MODULE: ./packages/wonder-blocks-color/src/util/utils.js
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }

@@ -202,3 +202,3 @@

};
// CONCATENATED MODULE: ./packages/wonder-blocks-color/index.js
// CONCATENATED MODULE: ./packages/wonder-blocks-color/src/index.js

@@ -205,0 +205,0 @@ var offBlack = "#21242c";

@@ -9,5 +9,5 @@ ## Product

import {View} from "@khanacademy/wonder-blocks-core";
import Swatch from "./docutils/swatch.js";
import Swatch from "./src/docutils/swatch.js";
import Color from "./index.js";
import Color from "./src/index.js";

@@ -64,5 +64,5 @@ const styles = StyleSheet.create({

import {View} from "@khanacademy/wonder-blocks-core";
import Swatch from "./docutils/swatch.js";
import Swatch from "./src/docutils/swatch.js";
import Color from "./index.js";
import Color from "./src/index.js";

@@ -145,5 +145,5 @@ const styles = StyleSheet.create({

import {View} from "@khanacademy/wonder-blocks-core";
import Swatch from "./docutils/swatch.js";
import Swatch from "./src/docutils/swatch.js";
import Color from "./index.js";
import Color from "./src/index.js";

@@ -150,0 +150,0 @@ const styles = StyleSheet.create({

{
"name": "@khanacademy/wonder-blocks-color",
"version": "1.1.16",
"version": "1.1.17",
"design": "v2",

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

"module": "dist/es/index.js",
"source": "index.js",
"source": "src/index.js",
"scripts": {

@@ -17,7 +17,7 @@ "test": "echo \"Error: no test specified\" && exit 1"

"devDependencies": {
"wb-dev-build-settings": "^0.0.3"
"wb-dev-build-settings": "^0.0.4"
},
"author": "",
"license": "MIT",
"gitHead": "644907d5558f4ab46a8ecb3c7e22be8bd3a9920e"
"gitHead": "4aff5c505331e91477e1c8b454b9b2298004bd2d"
}

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