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

@nextgis/dom

Package Overview
Dependencies
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextgis/dom - npm Package Compare versions

Comparing version 1.0.0-beta.6 to 1.0.0-beta.7

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [1.0.0-beta.7](https://github.com/nextgis/nextgis_frontend/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2021-04-23)
**Note:** Version bump only for package @nextgis/dom
# [1.0.0-beta.6](https://github.com/nextgis/nextgis_frontend/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2021-04-04)

@@ -8,0 +16,0 @@

2

lib/dom.esm-browser.js

@@ -1,2 +0,2 @@

/** Bundle of @nextgis/dom; version: 1.0.0-beta.6; author: NextGIS */
/** Bundle of @nextgis/dom; version: 1.0.0-beta.7; author: NextGIS */
function create(tagName, className, container) {

@@ -3,0 +3,0 @@ const el = window.document.createElement(tagName);

@@ -1,2 +0,2 @@

/** Bundle of @nextgis/dom; version: 1.0.0-beta.6; author: NextGIS */
/** Bundle of @nextgis/dom; version: 1.0.0-beta.7; author: NextGIS */
function create(tagName, className, container) {

@@ -3,0 +3,0 @@ const el = window.document.createElement(tagName);

@@ -1,2 +0,2 @@

/** Bundle of @nextgis/dom; version: 1.0.0-beta.6; author: NextGIS */
/** Bundle of @nextgis/dom; version: 1.0.0-beta.7; author: NextGIS */
var Dom = (function (exports) {

@@ -3,0 +3,0 @@ 'use strict';

{
"name": "@nextgis/dom",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "Collection of libraries for working with the DOM",

@@ -11,3 +11,3 @@ "main": "lib/dom.global.prod.js",

"devDependencies": {
"@nextgis/build-tools": "^1.0.0-beta.6"
"@nextgis/build-tools": "^1.0.0-beta.7"
},

@@ -47,3 +47,3 @@ "buildOptions": {

},
"gitHead": "780cefd81730fdb7bc71eeefc89f961bcb518aa1"
"gitHead": "40b8a0efea54e889eb50c281893d37e5403ac6e3"
}
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