🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@maptalks/vector-packer

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maptalks/vector-packer - npm Package Compare versions

Comparing version
0.1.22
to
0.1.28
+2
-1
package.json
{
"name": "@maptalks/vector-packer",
"version": "0.1.22",
"version": "0.1.28",
"description": "Packer to pack simple vector graphics for gl",

@@ -27,2 +27,3 @@ "module": "src/index.js",

"@maptalks/function-type": "^1.1.0",
"@maptalks/tbn-packer": "^1.2.1",
"color": "^3.0.0",

@@ -29,0 +30,0 @@ "earcut": "^2.1.3",

export { default as PointPack } from './pack/PointPack';
export { default as LinePack } from './pack/LinePack';
export { default as LineExtrusionPack } from './pack/LineExtrusionPack';
export { default as NativeLinePack } from './pack/NativeLinePack';

@@ -4,0 +5,0 @@ export { default as NativePointPack } from './pack/NativePointPack';