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

@aws-lambda-powertools/jmespath

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-lambda-powertools/jmespath - npm Package Compare versions

Comparing version 2.8.0 to 2.9.0

2

lib/cjs/PowertoolsFunctions.d.ts

@@ -35,3 +35,3 @@ import type { JSONValue } from '@aws-lambda-powertools/commons/types';

}
export { PowertoolsFunctions };
export { PowertoolsFunctions, Functions };
//# sourceMappingURL=PowertoolsFunctions.d.ts.map

@@ -9,6 +9,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.PowertoolsFunctions = void 0;
exports.Functions = exports.PowertoolsFunctions = void 0;
const node_zlib_1 = require("node:zlib");
const base64_1 = require("@aws-lambda-powertools/commons/utils/base64");
const Functions_js_1 = require("./Functions.js");
Object.defineProperty(exports, "Functions", { enumerable: true, get: function () { return Functions_js_1.Functions; } });
const decoder = new TextDecoder('utf-8');

@@ -15,0 +16,0 @@ /**

@@ -35,3 +35,3 @@ import type { JSONValue } from '@aws-lambda-powertools/commons/types';

}
export { PowertoolsFunctions };
export { PowertoolsFunctions, Functions };
//# sourceMappingURL=PowertoolsFunctions.d.ts.map

@@ -66,2 +66,2 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

], PowertoolsFunctions.prototype, "funcPowertoolsJson", null);
export { PowertoolsFunctions };
export { PowertoolsFunctions, Functions };
{
"name": "@aws-lambda-powertools/jmespath",
"version": "2.8.0",
"version": "2.9.0",
"description": "A type safe and modern jmespath module to parse and extract data from JSON documents using JMESPath",

@@ -28,3 +28,3 @@ "author": {

"dependencies": {
"@aws-lambda-powertools/commons": "^2.8.0"
"@aws-lambda-powertools/commons": "^2.9.0"
},

@@ -31,0 +31,0 @@ "main": "./lib/cjs/index.js",

@@ -203,2 +203,3 @@ # Powertools for AWS Lambda (TypeScript) - JMESPath Utility <!-- omit in toc -->

- [Elva](https://elva-group.com)
- [Flyweight](https://flyweight.io/)
- [globaldatanet](https://globaldatanet.com/)

@@ -205,0 +206,0 @@ - [Hashnode](https://hashnode.com/)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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