Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mattiasbuelens/web-streams-adapter

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mattiasbuelens/web-streams-adapter - npm Package Compare versions

Comparing version 0.1.0-alpha.2 to 0.1.0-alpha.3

dist/web-streams-adapter.d.ts

36

package.json
{
"name": "@mattiasbuelens/web-streams-adapter",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "Adapters for converting between different implementations of WHATWG Streams",
"main": "dist/web-streams-adapter",
"module": "dist/web-streams-adapter.mjs",
"types": "types/index.d.ts",
"types": "dist/web-streams-adapter.d.ts",
"files": [
"dist/",
"types/"
"dist/"
],
"scripts": {
"build-bundle": "rollup -c",
"build-types": "tsc -p ./src/tsconfig.json --emitDeclarationOnly --declaration --declarationDir ./types",
"build": "npm run build-bundle && npm run build-types",
"test": "cd test && ts-node --expose_gc --project tsconfig.json run-web-platform-tests.ts"
"build": "rollup -c",
"prebuild": "tsc --noEmit -p ./src/tsconfig.json",
"test": "cd test && node -r ts-node/register --expose_gc run-web-platform-tests.ts"
},

@@ -28,16 +26,14 @@ "repository": {

"homepage": "https://github.com/MattiasBuelens/web-streams-adapter#readme",
"dependencies": {
"@types/whatwg-streams": "^0.0.7"
},
"devDependencies": {
"@mattiasbuelens/web-streams-polyfill": "^0.1.0",
"@types/minimatch": "^3.0.3",
"@types/node": "^9.6.7",
"minimatch": "^3.0.4",
"rollup": "^0.58.2",
"rollup-plugin-typescript2": "^0.13.0",
"ts-node": "^6.0.1",
"typescript": "^2.8.3",
"wpt-runner": "^2.4.0"
"@types/micromatch": "^3.1.0",
"@types/node": "^10.12.30",
"micromatch": "^3.1.10",
"rollup": "^1.6.0",
"rollup-plugin-dts": "^0.12.0",
"ts-node": "^8.0.3",
"tslib": "^1.9.3",
"typescript": "^3.3.3",
"web-streams-polyfill": "^2.0.0",
"wpt-runner": "^2.7.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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