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

enketo-core

Package Overview
Dependencies
Maintainers
5
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enketo-core - npm Package Compare versions

Comparing version 8.2.0 to 8.3.0

2

config.js

@@ -22,3 +22,3 @@ export default /** @type {const} */ ({

{
tiles: ['https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'],
tiles: ['https://tile.openstreetmap.org/{z}/{x}/{y}.png'],
name: 'streets',

@@ -25,0 +25,0 @@ attribution:

@@ -5,3 +5,3 @@ {

"homepage": "https://enketo.org",
"version": "8.2.0",
"version": "8.3.0",
"license": "Apache-2.0",

@@ -38,3 +38,3 @@ "os": [

"devDependencies": {
"enketo-transformer": "4.1.0",
"enketo-transformer": "4.1.1",
"libxslt": "0.10.2"

@@ -66,3 +66,3 @@ },

"node-forge": "^1.3.1",
"openrosa-xpath-evaluator": "3.0.0",
"openrosa-xpath-evaluator": "3.1.0",
"signature_pad": "2.3.x"

@@ -73,8 +73,8 @@ },

"npm": "please-use-yarn",
"yarn": ">= 1.22.19 <2"
"yarn": ">= 1.22.22 <2"
},
"volta": {
"node": "20.12.2",
"node": "20.15.1",
"yarn": "1.22.22"
}
}

@@ -111,3 +111,3 @@ [![npm version](https://badge.fury.io/js/enketo-core.svg)](http://badge.fury.io/js/enketo-core)

"name": "street",
"tiles": [ "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" ],
"tiles": [ "https://tile.openstreetmap.org/{z}/{x}/{y}.png" ],
"attribution": "Map data © <a href=\"http://openstreetmap.org\">OpenStreetMap</a> contributors"

@@ -114,0 +114,0 @@ },

@@ -1552,4 +1552,4 @@ import $ from 'jquery';

*/
Form.requiredTransformerVersion = '4.1.0';
Form.requiredTransformerVersion = '4.1.1';
export { Form, FormModel };

@@ -34,3 +34,3 @@ import $ from 'jquery';

maxzoom: 24,
tiles: ['https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'],
tiles: ['https://tile.openstreetmap.org/{z}/{x}/{y}.png'],
attribution:

@@ -37,0 +37,0 @@ '© <a href="http://openstreetmap.org">OpenStreetMap</a> | <a href="www.openstreetmap.org/copyright">Terms</a>',

Sorry, the diff of this file is too big to display

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