Socket
Socket
Sign inDemoInstall

@cranq/document-utils

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cranq/document-utils - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

dist/types/Field.d.ts

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

import { LeafNode, ListNode } from "@cranq/tree-utils";
export declare type Field = LeafNode | ListNode<LeafNode>;
import { LeafNode } from "@cranq/tree-utils";
export declare type Field = LeafNode | Array<Field>;
{
"name": "@cranq/document-utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "Document store manipulation utilities",
"scripts": {
"build": "webpack --display-error-details",
"test": "tsc --noEmit && jest"
"test": "tsc --noEmit && jest",
"ci": "npm ci && npm run build && npm run test"
},

@@ -32,2 +33,3 @@ "author": "Dan Stocker",

"jest": "^26.0.1",
"jest-junit": "^12.0.0",
"ts-jest": "^26.1.1",

@@ -34,0 +36,0 @@ "ts-loader": "^7.0.5",

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

import {LeafNode, ListNode} from "@cranq/tree-utils";
import {LeafNode} from "@cranq/tree-utils";

@@ -6,2 +6,2 @@ /**

*/
export type Field = LeafNode | ListNode<LeafNode>;
export type Field = LeafNode | Array<Field>;
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