Comparing version 0.2.0 to 0.3.0
@@ -6,3 +6,8 @@ 'use strict' | ||
const Parser = require('./lib/Parser') | ||
const {escapeXML, unescapeXML, escapeXMLText, unescapeXMLText} = require('ltx/lib/escape') | ||
const { | ||
escapeXML, | ||
unescapeXML, | ||
escapeXMLText, | ||
unescapeXMLText, | ||
} = require('ltx/lib/escape') | ||
@@ -9,0 +14,0 @@ function xml(...args) { |
{ | ||
"name": "@xmpp/xml", | ||
"description": "XMPP XML for JavaScript", | ||
"repository": "github:node-xmpp/node-xmpp", | ||
"homepage": "https://github.com/node-xmpp/node-xmpp/tree/master/packages/xml", | ||
"bugs": "http://github.com/node-xmpp/node-xmpp/issues", | ||
"version": "0.2.0", | ||
"repository": "github:xmppjs/xmpp.js", | ||
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/xml", | ||
"bugs": "http://github.com/xmppjs/xmpp.js/issues", | ||
"version": "0.3.0", | ||
"license": "ISC", | ||
@@ -17,4 +17,8 @@ "keywords": [ | ||
"dependencies": { | ||
"ltx": "^2.6.2" | ||
"ltx": "^2.7.1" | ||
}, | ||
"engines": { | ||
"node": ">= 6", | ||
"npm": ">= 2" | ||
} | ||
} |
@@ -8,3 +8,8 @@ 'use strict' | ||
const Parser = require('../lib/Parser') | ||
const {escapeXML, unescapeXML, escapeXMLText, unescapeXMLText} = require('ltx/lib/escape') | ||
const { | ||
escapeXML, | ||
unescapeXML, | ||
escapeXMLText, | ||
unescapeXMLText, | ||
} = require('ltx/lib/escape') | ||
@@ -11,0 +16,0 @@ test('exports x', t => { |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
183
0
4920
8
Updatedltx@^2.7.1