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

amplify-auth-next-storage

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplify-auth-next-storage - npm Package Compare versions

Comparing version

to
1.1.0

next-storage.cjs.js

13

package.json
{
"name": "amplify-auth-next-storage",
"version": "1.0.0",
"version": "1.1.0",
"description": "Isomorphic cookie storage for Next.js apps using @aws-amplify/auth",
"main": "next-storage.js",
"main": "next-storage.cjs.js",
"esnext": "next-storage.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build",
"postpublish": "git push --follow-tags"
},

@@ -31,3 +35,6 @@ "repository": {

"nookies": "^2.0.8"
},
"devDependencies": {
"rollup": "^1.29.1"
}
}