rdf-validate-datatype
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "rdf-validate-datatype", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Validate literal value of an RDF term based on its datatype.", | ||
@@ -9,3 +9,4 @@ "main": "index.js", | ||
"test": "mocha", | ||
"test-ci": "npm run lint && nyc --reporter=lcov --reporter=text npm test" | ||
"test-ci": "npm run lint && nyc --reporter=lcov --reporter=text npm test", | ||
"release": "changeset publish" | ||
}, | ||
@@ -28,10 +29,11 @@ "repository": { | ||
"dependencies": { | ||
"@rdfjs/to-ntriples": "^1.0.2", | ||
"@rdfjs/to-ntriples": "^2.0.0", | ||
"@rdfjs/namespace": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@rdfjs/data-model": "~1.2.0", | ||
"mocha": "~8.4.0", | ||
"nyc": "~15.1.0", | ||
"standard": "~16.0.0" | ||
"@changesets/cli": "^2.25.0", | ||
"@rdfjs/data-model": "^1.3.3", | ||
"mocha": "^9.0.0", | ||
"nyc": "^15.1.0", | ||
"standard": "^16.0.0" | ||
}, | ||
@@ -38,0 +40,0 @@ "engines": { |
/* global BigInt */ | ||
const { csvw, rdf, xsd } = require('./namespaces') | ||
const { termToNTriples: toCanonical } = require('@rdfjs/to-ntriples') | ||
const toCanonical = require('@rdfjs/to-ntriples') | ||
@@ -187,3 +187,3 @@ /** | ||
const yearSeg = `${dateSignSeg}\\d{4}` | ||
const yearSeg = `${dateSignSeg}(([1-9]\\d{3,})|(0\\d{3}))` | ||
const timezoneSeg = '(((\\+|-)\\d{2}:\\d{2})|Z)' | ||
@@ -190,0 +190,0 @@ const monthSeg = '\\d{2}' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14314
5
8
1
+ Added@rdfjs/to-ntriples@2.0.0(transitive)
- Removed@rdfjs/to-ntriples@1.0.2(transitive)
Updated@rdfjs/to-ntriples@^2.0.0