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

penpal

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

penpal - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

7

package.json
{
"name": "penpal",
"version": "5.2.0",
"version": "5.2.1",
"description": "A promise-based library for communicating with iframes via postMessage.",

@@ -21,6 +21,7 @@ "author": "Aaron Hardy <aaron@aaronhardy.com>",

"module": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"clean": "rimraf lib es5 dist",
"build:lib": "tsc --outDir lib",
"build:es5": "babel ./src --out-dir ./es5 --extensions '.ts' && tsc --emitDeclarationOnly --outDir es5",
"build:lib": "tsc",
"build:es5": "babel ./src --out-dir ./es5 --extensions '.ts'",
"build:dist": "rollup --config rollup.config.js && terser dist/penpal.js -o dist/penpal.min.js -m --source-map",

@@ -27,0 +28,0 @@ "build:analysis": "node ./scripts/filesize dist/penpal.min.js",

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