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

@math.gl/types

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@math.gl/types - npm Package Compare versions

Comparing version 3.6.3 to 4.0.0-alpha.1

dist/bigint.js

6

dist/number-array.d.ts
/**
* TypeScript type covering all typed arrays
*/
export declare type TypedArray = Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array;
export type TypedArray = Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array;
/**
* TypeScript type covering all typed arrays and classic arrays consisting of numbers
*/
export declare type NumericArray = TypedArray | number[];
export type NumericArray = TypedArray | number[];
/**
* TypeScript type covering all typed arrays and classic arrays consisting of numbers
*/
export declare type NumberArray = TypedArray | number[];
export type NumberArray = TypedArray | number[];
//# sourceMappingURL=number-array.d.ts.map

@@ -5,6 +5,7 @@ {

"license": "MIT",
"type": "module",
"publishConfig": {
"access": "public"
},
"version": "3.6.3",
"version": "4.0.0-alpha.1",
"keywords": [

@@ -22,4 +23,4 @@ "typescript",

"types": "dist/index.d.ts",
"main": "dist/es5/index.js",
"module": "dist/esm/index.js",
"main": "dist/index.cjs",
"module": "dist/index.js",
"files": [

@@ -32,3 +33,3 @@ "dist",

],
"gitHead": "0efab394df9babad7ed93027c1003f30528b2090"
"gitHead": "66f872ea615a3ef81431595727cdf58dcadf3670"
}

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