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

@transcend-io/penumbra

Package Overview
Dependencies
Maintainers
5
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transcend-io/penumbra - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

dist/index.d.ts

16

package.json
{
"name": "@transcend-io/penumbra",
"version": "1.0.4",
"version": "1.1.0",
"description": "Crypto streams for the browser.",
"main": "index.js",
"types": "index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {

@@ -11,3 +11,6 @@ "example": "example"

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build:clean": "rimraf build && tsc",
"build:watch": "tsc --watch",
"build:publish": "npm run build:clean && npm publish"
},

@@ -37,4 +40,7 @@ "repository": {

"devDependencies": {
"@types/node": "^12.0.2"
"@types/file-saver": "^2.0.1",
"@types/node": "^10.14.7",
"rimraf": "^2.6.3",
"typescript": "^3.4.5"
}
}

@@ -26,3 +26,2 @@ ## Usage

fileName: 'myFile.json', // optional values
mime: 'application/json',
}

@@ -29,0 +28,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