Socket
Socket
Sign inDemoInstall

@papercups-io/storytime

Package Overview
Dependencies
0
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1-beta.0

dist/config.d.ts

8

package.json
{
"name": "@papercups-io/storytime",
"version": "1.0.0",
"version": "1.0.1-beta.0",
"description": "Tracking and recording user sessions",

@@ -13,6 +13,8 @@ "repository": {

"start": "parcel watch src/index.ts --out-file dist/global.js",
"build-global": "parcel build src/index.ts --out-file dist/global.js --no-source-maps",
"tsc": "tsc",
"build:global": "parcel build src/index.ts --out-file dist/global.js --no-source-maps",
"build:types": "tsc --declaration true --emitDeclarationOnly true --declarationDir dist",
"build": "rollup -c",
"clean": "rm -rf dist",
"prepare": "npm run build && npm run build-global"
"prepare": "npm run build && npm run build:global"
},

@@ -19,0 +21,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc