Comparing version 0.0.5 to 0.0.6
{ | ||
"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" |
@@ -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' |
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
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
0
12834
240