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

@uwdata/mosaic-core

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uwdata/mosaic-core - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

4

package.json
{
"name": "@uwdata/mosaic-core",
"version": "0.7.0",
"version": "0.7.1",
"description": "Scalable and extensible linked data views.",

@@ -35,3 +35,3 @@ "keywords": [

},
"gitHead": "4680b922f15579b7b527f31507ed71a12230ec35"
"gitHead": "7e6f3ea9b3011ea2c9201c1aa16e8e5664621a4c"
}

@@ -136,5 +136,5 @@ // arrow type ids

if (v.signed && (v[n-1]|0) < 0) {
if (v.signed && (v[n - 1] | 0) < 0) {
for (let i = 0; i < n; ++i) {
x += ~(v[i] | 0) * BASE32[i];
x += ~v[i] * BASE32[i];
}

@@ -141,0 +141,0 @@ x = -(x + 1);

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

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

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