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

aws-api-auth-policy

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-api-auth-policy - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "aws-api-auth-policy",
"version": "1.0.0",
"version": "1.0.1",
"description": "Typescript implementation of AWS API Gateway Lambda Authorizer policy creator",

@@ -5,0 +5,0 @@ "main": "dist/auth-policy",

@@ -7,3 +7,3 @@ # aws-api-auth-policy

```sh
$ npm install XXXXXX
$ npm install aws-api-auth-policy
```

@@ -14,3 +14,3 @@

```ts
import {ApiOptions, AuthPolicy} from "XXXX";
import {ApiOptions, AuthPolicy} from "aws-api-auth-policy";

@@ -17,0 +17,0 @@ const userId = "12345";

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