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

regl-worldview

Package Overview
Dependencies
Maintainers
12
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regl-worldview - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

src/stories/FilledPolygons.stories.js

2

package.json
{
"name": "regl-worldview",
"version": "0.13.0",
"version": "0.13.1",
"description": "A reusable component for rendering 2D and 3D views using regl",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -21,2 +21,3 @@ // @flow

import { createInstancedGetChildrenForHitmap } from "../utils/getChildrenForHitmapDefaults";
import withRenderStateOverrides from "../utils/withRenderStateOverrides";
import Command, { type CommonCommandProps } from "./Command";

@@ -148,4 +149,4 @@

const triangles = (regl: Regl) => {
const single = regl(singleColor(regl));
const vertex = regl(vertexColors(regl));
const single = withRenderStateOverrides(singleColor)(regl);
const vertex = withRenderStateOverrides(vertexColors)(regl);
return (props: any, isHitmap: boolean) => {

@@ -152,0 +153,0 @@ const items: TriangleList[] = Array.isArray(props) ? props : [props];

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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