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

@nextgis/utils

Package Overview
Dependencies
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextgis/utils - npm Package Compare versions

Comparing version 0.25.6 to 0.25.7

35

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [0.25.6](https://github.com/nextgis/nextgisweb_frontend/compare/v0.25.5...v0.25.6) (2020-02-21)
## [0.25.7](https://github.com/nextgis/nextgisweb_frontend/compare/v0.25.5...v0.25.7) (2020-02-24)

@@ -15,2 +15,35 @@ **Note:** Version bump only for package @nextgis/utils

## [0.25.6](https://github.com/nextgis/nextgisweb_frontend/compare/v0.20.3...v0.25.6) (2020-02-24)
### Bug Fixes
* rename Clipboard ([759f55a](https://github.com/nextgis/nextgisweb_frontend/commit/759f55ad35928f5212d8ed8bfaccdbebcb35246a))
* **mapbox:** geojson getFeatures method return whole source data ([d47f893](https://github.com/nextgis/nextgisweb_frontend/commit/d47f8932d63c8a6d056d50aad351026464128595))
* **util:** arrayCompare typecasting ([3cca72c](https://github.com/nextgis/nextgisweb_frontend/commit/3cca72cdcae150829a58754a2efbe51cd6c4517f))
### Features
* **util:** add arrayCompare util ([9442c01](https://github.com/nextgis/nextgisweb_frontend/commit/9442c01e17dc894e97580cf32b882567066a9004))
* **util:** add debounce util ([fd45455](https://github.com/nextgis/nextgisweb_frontend/commit/fd45455b061b2bc6186f865d4d0a3aa13d57e01d))
* **util:** create typeHelpers utils ([14ad5ec](https://github.com/nextgis/nextgisweb_frontend/commit/14ad5ecdfec47aae2e8e5ae6cd78871ff10d2a92))
* **util:** move properties filter to utils library ([4099706](https://github.com/nextgis/nextgisweb_frontend/commit/40997068f633faf75f15011721d9aaa5f11343dd))
* **vue:** split vue-ngw-map for leaflet, ol an mapbox adapters ([b9dcb88](https://github.com/nextgis/nextgisweb_frontend/commit/b9dcb880140480b3557cde7bb91e761741889bf5))
### wip
* **util:** move CancelablePromise to util ([6f7f24c](https://github.com/nextgis/nextgisweb_frontend/commit/6f7f24c8c3046731b35bae28de20ab6452dbb9c8))
### BREAKING CHANGES
* **util:** CancelablePromise has been removed from ngw-connecter. Now you should do this: import {CancelablePromise} from '@nextgis/utils;'
* **util:** Use xport { propertiesFilter } from '@nextgis/utils'; instead of Webmap.utils.propertiesFilter
## [0.25.5](https://github.com/nextgis/nextgisweb_frontend/compare/v0.25.4...v0.25.5) (2020-02-20)

@@ -17,0 +50,0 @@

6

package.json
{
"name": "@nextgis/utils",
"version": "0.25.6",
"version": "0.25.7",
"description": "Development tools",

@@ -9,3 +9,3 @@ "main": "lib/utils.js",

"devDependencies": {
"@nextgis/eslint-config": "^0.25.0",
"@nextgis/eslint-config": "^0.25.7",
"@types/events": "^3.0.0",

@@ -53,3 +53,3 @@ "@types/node": "^13.7.0",

},
"gitHead": "610bfcca01db3e2072b14fc23bac647b155e590b"
"gitHead": "d0a5d20bed5f4b2e2c3acd9c27fe5c98eebab161"
}
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