🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@jsonjoy.com/json-pointer

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsonjoy.com/json-pointer - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
lib/codegen/find.d.ts

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

import type { JavaScript } from '@jsonjoy.com/util/lib/codegen';
import type { JavaScript } from '@jsonjoy.com/codegen';
import type { Path } from '../types';
export declare const $$find: (path: Path) => JavaScript<(doc: unknown) => unknown>;

@@ -7,3 +7,3 @@ {

},
"version": "1.0.1",
"version": "1.0.2",
"description": "High-performance JSON Pointer implementation",

@@ -57,3 +57,4 @@ "author": {

"dependencies": {
"@jsonjoy.com/util": "^1.3.0"
"@jsonjoy.com/codegen": "^1.0.0",
"@jsonjoy.com/util": "^1.9.0"
},

@@ -60,0 +61,0 @@ "devDependencies": {