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.5.0 to 0.6.0

2

directive.d.ts

@@ -1,2 +0,2 @@

import { AltAction, Plugin } from 'jsonic';
import { AltAction, Plugin } from '@jsonic/jsonic-next';
declare type DirectiveOptions = {

@@ -3,0 +3,0 @@ name: string;

/* Copyright (c) 2021 Richard Rodger, MIT License */
import { Jsonic, Rule, RuleSpec, AltAction, Plugin } from 'jsonic'
import { Jsonic, Rule, RuleSpec, AltAction, Plugin } from '@jsonic/jsonic-next'

@@ -5,0 +5,0 @@ type DirectiveOptions = {

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

@@ -43,14 +43,14 @@ "main": "directive.js",

"devDependencies": {
"@types/jest": "^27.4.1",
"@types/jest": "^27.5.1",
"browserify": "^17.0.0",
"esbuild": "^0.14.29",
"esbuild": "^0.14.40",
"esbuild-jest": "^0.5.0",
"jest": "^27.5.1",
"jsonic": "github:jsonicjs/jsonic#nextgen",
"prettier": "^2.6.1",
"jest": "^28.1.0",
"@jsonic/jsonic-next": "2.0.1",
"prettier": "^2.6.2",
"tinyify": "^3.0.0",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
"ts-jest": "^28.0.3",
"typescript": "^4.7.2"
},
"dependencies": {}
}
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