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

@plunk/node

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plunk/node - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

13

package.json
{
"name": "@plunk/node",
"version": "3.0.1",
"version": "3.0.2",
"description": "Official Node.js library for useplunk.com",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "driaug <dries@useplunk.com>",

@@ -12,3 +11,4 @@ "license": "MIT",

"scripts": {
"prepublishOnly": "npm run build",
"test": "eslint . --fix&&jest",
"prepublishOnly": "npm run test&&npm run build",
"deploy": "npm publish --access public",

@@ -26,6 +26,9 @@ "build": "tsc"

"devDependencies": {
"@types/jest": "^28.1.4",
"@typescript-eslint/eslint-plugin": "^5.30.3",
"@typescript-eslint/parser": "^5.30.3",
"eslint": "^8.19.0",
"jest": "^28.1.2",
"prettier": "^2.7.1",
"ts-jest": "^28.0.5",
"typescript": "^4.7.4"

@@ -32,0 +35,0 @@ },

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