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

rdf-validate-datatype

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdf-validate-datatype - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

16

package.json
{
"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}'

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