Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

good-enough-parser

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

good-enough-parser - npm Package Compare versions

Comparing version 1.1.22 to 1.1.23

2

dist/cjs/util/clone.d.ts

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

export { klona as clone } from 'klona/json';
export { klona as clone } from 'klona/lite';
//# sourceMappingURL=clone.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.clone = void 0;
var json_1 = require("klona/json");
Object.defineProperty(exports, "clone", { enumerable: true, get: function () { return json_1.klona; } });
var lite_1 = require("klona/lite");
Object.defineProperty(exports, "clone", { enumerable: true, get: function () { return lite_1.klona; } });
//# sourceMappingURL=clone.js.map

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

export { klona as clone } from 'klona/json';
export { klona as clone } from 'klona/lite';
//# sourceMappingURL=clone.d.ts.map

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

export { klona as clone } from 'klona/json';
export { klona as clone } from 'klona/lite';
//# sourceMappingURL=clone.js.map
{
"name": "good-enough-parser",
"description": "Parse and query computer programs source code",
"version": "1.1.22",
"version": "1.1.23",
"repository": "https://github.com/zharinov/good-enough-parser.git",

@@ -14,2 +14,6 @@ "author": "Sergei Zharinov",

],
"engines": {
"node": ">=18.12.0",
"yarn": "^1.17.0"
},
"main": "./dist/cjs/index.js",

@@ -40,7 +44,7 @@ "module": "./dist/esm/index.js",

"@types/moo": "0.5.5",
"klona": "2.0.5",
"klona": "2.0.6",
"moo": "0.5.2"
},
"devDependencies": {
"@homer0/prettier-plugin-jsdoc": "5.1.6",
"@homer0/prettier-plugin-jsdoc": "6.0.2",
"@renovate/eslint-plugin": "https://github.com/renovatebot/eslint-plugin#v0.0.5",

@@ -47,0 +51,0 @@ "@types/jest": "29.2.5",

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