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

@jsonic/directive

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsonic/directive - npm Package Compare versions

Comparing version 0.11.2 to 0.11.3

6

package.json
{
"name": "@jsonic/directive",
"version": "0.11.2",
"version": "0.11.3",
"description": "This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support directive syntax.",

@@ -27,2 +27,3 @@ "main": "directive.js",

"watch": "tsc -w -d",
"doc": "jsonic-doc",
"build": "tsc -d && cp directive.js directive.min.js && browserify -o directive.min.js -e directive.js -s @JsonicDirective -im -i assert -p tinyify",

@@ -34,3 +35,3 @@ "prettier": "prettier --write --no-semi --single-quote *.ts test/*.js",

"repo-publish": "npm run clean && npm i && npm run repo-publish-quick",
"repo-publish-quick": "npm run prettier && npm run build && npm run test && npm run repo-tag && npm publish --access public --registry https://registry.npmjs.org "
"repo-publish-quick": "npm run prettier && npm run build && npm run test && npm run doc && npm run repo-tag && npm publish --access public --registry https://registry.npmjs.org "
},

@@ -45,2 +46,3 @@ "license": "MIT",

"devDependencies": {
"@jsonic/doc": "^0.0.5",
"@types/jest": "^29.5.3",

@@ -47,0 +49,0 @@ "browserify": "^17.0.0",

@@ -7,6 +7,25 @@ # @jsonic/directive (JSONIC syntax plugin)

[![npm version](https://img.shields.io/npm/v/@jsonic/directive.svg)](https://npmjs.com/package/@jsonic/directive)
[![build](https://github.com/jsonicjs/directive/actions/workflows/build.yml/badge.svg)](https://github.com/jsonicjs/directive/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/jsonicjs/directive/badge.svg?branch=main)](https://coveralls.io/github/jsonicjs/directive?branch=main)
[![Known Vulnerabilities](https://snyk.io/test/github/jsonicjs/directive/badge.svg)](https://snyk.io/test/github/jsonicjs/directive)
[![DeepScan grade](https://deepscan.io/api/teams/5016/projects/22466/branches/663906/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=5016&pid=22466&bid=663906)
[![Maintainability](https://api.codeclimate.com/v1/badges/10e9bede600896c77ce8/maintainability)](https://codeclimate.com/github/jsonicjs/directive/maintainability)
| ![Voxgig](https://www.voxgig.com/res/img/vgt01r.png) | This open source module is sponsored and supported by [Voxgig](https://www.voxgig.com). |
| ---------------------------------------------------- | --------------------------------------------------------------------------------------- |
<!--START:options-->
## Options
* _rules_
* _close_: `string` (default: list,elem,map,pair) - close
* _open_: `string` (default: val) - open
<!--END:options-->
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