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

@antv/l7-core

Package Overview
Dependencies
Maintainers
64
Versions
540
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/l7-core - npm Package Compare versions

Comparing version 2.20.1 to 2.20.2

2

es/services/shader/ShaderModuleService.js

@@ -103,2 +103,4 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";

moduleParams.vs = moduleParams.vs.replace(/\r\n/g, '\n'); // 将所有的\r\n替换为\n
moduleParams.fs = moduleParams.fs.replace(/\r\n/g, '\n'); // 将所有的\r\n替换为\n
var vs = moduleParams.vs,

@@ -105,0 +107,0 @@ fs = moduleParams.fs,

@@ -110,2 +110,4 @@ "use strict";

moduleParams.vs = moduleParams.vs.replace(/\r\n/g, '\n'); // 将所有的\r\n替换为\n
moduleParams.fs = moduleParams.fs.replace(/\r\n/g, '\n'); // 将所有的\r\n替换为\n
var vs = moduleParams.vs,

@@ -112,0 +114,0 @@ fs = moduleParams.fs,

6

package.json
{
"name": "@antv/l7-core",
"version": "2.20.1",
"version": "2.20.2",
"description": "",

@@ -28,3 +28,3 @@ "main": "lib/index.js",

"@antv/async-hook": "^2.2.9",
"@antv/l7-utils": "2.20.1",
"@antv/l7-utils": "2.20.2",
"@babel/runtime": "^7.7.7",

@@ -51,3 +51,3 @@ "@mapbox/tiny-sdf": "^1.2.5",

},
"gitHead": "9cf19c5a23723463d852a905b8a8230abbe96c72",
"gitHead": "c0e21cc20d1530aa586623484a9511636800839f",
"publishConfig": {

@@ -54,0 +54,0 @@ "access": "public"

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