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

@sls-next/cloudfront

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sls-next/cloudfront - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0-alpha.2

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

# [3.2.0-alpha.2](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.2.0-alpha.1...v3.2.0-alpha.2) (2021-06-26)
**Note:** Version bump only for package @sls-next/cloudfront
# [3.1.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.1.0-alpha.16...v3.1.0) (2021-06-25)

@@ -8,0 +12,0 @@

10

package.json
{
"name": "@sls-next/cloudfront",
"version": "3.1.0",
"version": "3.2.0-alpha.2",
"description": "Handles CloudFront invalidation",

@@ -19,4 +19,5 @@ "publishConfig": {

"scripts": {
"prepare": "yarn build",
"build": "tsc -p tsconfig.build.json"
"prepare": "yarn clean && yarn build",
"build": "tsc -p tsconfig.build.json",
"clean": "yarn rimraf dist"
},

@@ -40,5 +41,6 @@ "keywords": [

"@types/node": "^15.12.2",
"rimraf": "^3.0.2",
"typescript": "^4.3.4"
},
"gitHead": "d79fce993a37b94eebe493347adaf78b823b4054"
"gitHead": "8b595620da11e413803fdcc891dcd4b01d425dac"
}
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