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

json-rel

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-rel - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

5

package.json
{
"name": "json-rel",
"version": "0.0.5",
"version": "0.0.6",
"description": "Transparent references in JSON",
"main": "src/index.js",
"main": "lib/index.js",
"scripts": {

@@ -14,3 +14,2 @@ "build": "node ./node_modules/.bin/babel src --out-dir lib",

"auto-start": "nodemon --exec \"npm run lint && npm start\" --ignore public/js",
"preinstall": "npm install --ignore-scripts && npm run build",
"prepublish": "npm run build",

@@ -17,0 +16,0 @@ "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --compilers js:babel-core/register"

2

README.md

@@ -7,3 +7,3 @@ # json-rel

`json-rel` converges the following standards and libraries in order to help normalize JSON reference/relationsip descriptors:
`json-rel` converges the following standards and libraries in order to help normalize JSON reference/relationship descriptors:

@@ -10,0 +10,0 @@ - JsonPath

@@ -1,3 +0,1 @@

'use strict'
export const _specs = {}

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

@@ -1,11 +0,4 @@

import {AbstractRel, AbstractRelSpec, which, $} from './abstract'
import {PathRel, PathRelSpec, path} from './path'
import {PointerRel, PointerRelSpec, pointer} from './pointer'
import {QueryRel, QueryRelSpec, query} from './query'
export default {
AbstractRel, AbstractRelSpec, which, $,
PathRel, PathRelSpec, path,
PointerRel, PointerRelSpec, pointer,
QueryRel, QueryRelSpec, query
}
export {AbstractRel, AbstractRelSpec, which, $} from './abstract'
export {PathRel, PathRelSpec, path} from './path'
export {PointerRel, PointerRelSpec, pointer} from './pointer'
export {QueryRel, QueryRelSpec, query} from './query'
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