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

@rdfjs/term-set

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rdfjs/term-set - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

LICENSE.md

16

package.json
{
"name": "@rdfjs/term-set",
"version": "2.0.1",
"version": "2.0.2",
"description": "Set for RDF/JS Terms",

@@ -8,3 +8,2 @@ "type": "module",

"scripts": {
"coverage": "codecov",
"test": "stricter-standard && c8 --reporter=lcov --reporter=text mocha"

@@ -14,3 +13,3 @@ },

"type": "git",
"url": "git://github.com/rdfjs-base/term-set.git"
"url": "https://github.com/rdfjs-base/term-set.git"
},

@@ -33,9 +32,8 @@ "keywords": [

"devDependencies": {
"@rdfjs/data-model": "^1.3.4",
"@rdfjs/environment": "^0.1.1",
"c8": "^7.10.0",
"codecov": "^3.8.3",
"mocha": "^9.1.3",
"stricter-standard": "^0.2.0"
"@rdfjs/data-model": "^2.0.1",
"@rdfjs/environment": "^1.0.0",
"c8": "^9.1.0",
"mocha": "^10.3.0",
"stricter-standard": "^0.3.0"
}
}
# @rdfjs/term-set
[![build status](https://img.shields.io/github/workflow/status/rdfjs-base/term-set/Test)](https://github.com/rdfjs-base/term-set/actions/workflows/test.yaml)
[![build status](https://img.shields.io/github/actions/workflow/status/rdfjs-base/term-set/test.yaml?branch=master)](https://github.com/rdfjs-base/term-set/actions/workflows/test.yaml)
[![npm version](https://img.shields.io/npm/v/@rdfjs/term-set.svg)](https://www.npmjs.com/package/@rdfjs/term-set)

@@ -4,0 +4,0 @@

@@ -73,3 +73,3 @@ import toNT from '@rdfjs/to-ntriples'

[Symbol.iterator] () {
return this.values()[Symbol.iterator]()
return this.index.values()
}

@@ -76,0 +76,0 @@ }

import { strictEqual } from 'assert'
import DataFactory from '@rdfjs/environment/DataFactory.js'
import Environment from '@rdfjs/environment/Environment.js'
import DataFactory from '@rdfjs/data-model/Factory.js'
import Environment from '@rdfjs/environment'
import { describe, it } from 'mocha'

@@ -5,0 +5,0 @@ import TermSetFactory from '../Factory.js'

Sorry, the diff of this file is not supported yet

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