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

@geoblocks/sources

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geoblocks/sources - npm Package Compare versions

Comparing version
0.3.0
to
0.3.1
+11
-11
package.json
{
"name": "@geoblocks/sources",
"version": "0.3.0",
"version": "0.3.1",
"description": "Geoblocks sources",

@@ -14,3 +14,3 @@ "main": "dist/sources.js",

"build-example-debug": "webpack --mode development",
"start": "webpack serve",
"start": "webpack serve --mode development",
"typecheck": "tsc --pretty",

@@ -28,3 +28,3 @@ "lint": "npm run eslint && npm run typecheck",

"peerDependencies": {
"ol": "^5.2.0 || 6",
"ol": "^5.2.0 || 6 || 7",
"proj4": "^2.6.2"

@@ -34,16 +34,16 @@ },

"@geoblocks/base": "^0.1.1",
"@geoblocks/proj": "^0.4.5",
"@geoblocks/proj": "^0.4.6",
"@types/proj4": "^2.5.2",
"eslint": "^8.20.0",
"eslint": "^8.22.0",
"eslint-config-openlayers": "^16.2.3",
"microbundle": "^0.15.0",
"ol": "^6.15.1",
"microbundle": "^0.15.1",
"ol": "^7.0.0",
"proj4": "^2.8.0",
"tsconfig-paths": "^4.0.0",
"typedoc": "^0.23.8",
"tsconfig-paths": "^4.1.0",
"typedoc": "^0.23.10",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
"webpack-dev-server": "^4.10.0"
}
}