New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tpluscode/rdfine

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tpluscode/rdfine - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.2.9](https://github.com/tpluscode/rdfine/compare/v0.2.8...v0.2.9) (2020-01-26)
### Bug Fixes
* revisit the type declaration for ResourceIndexer ([34d57ca](https://github.com/tpluscode/rdfine/commit/34d57cae253923356a48ced40b9c9b7f2312df53))
### [0.2.8](https://github.com/tpluscode/rdfine/compare/v0.2.7...v0.2.8) (2020-01-23)

@@ -7,0 +14,0 @@

2

dist/types/lib/ResourceFactory.d.ts

@@ -14,3 +14,3 @@ import { Clownface } from 'clownface';

export interface ResourceIndexer<T extends RdfResource = RdfResource> {
[prop: string]: null | undefined | MaybeArray<T> | MaybeArray<Literal> | MaybeArray<T & ResourceIndexer>;
[prop: string]: null | undefined | MaybeArray<T | Literal | T & ResourceIndexer>;
}

@@ -17,0 +17,0 @@ export declare type Mixin<T extends AnyFunction> = InstanceType<ReturnType<T>>;

{
"name": "@tpluscode/rdfine",
"version": "0.2.8",
"version": "0.2.9",
"description": "RDF/JS idiomatic, native, enjoyable",

@@ -5,0 +5,0 @@ "main": "dist/node/index.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