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

@graffy/stream

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graffy/stream - npm Package Compare versions

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

@@ -5,5 +5,10 @@ {

"author": "aravind (https://github.com/aravindet)",
"version": "0.15.8-alpha.2",
"main": "./cjs/index.js",
"types": "./types/index.d.ts",
"version": "0.15.8-alpha.3",
"main": "./index.cjs",
"exports": {
"import": "./index.mjs",
"require": "./index.cjs"
},
"module": "./index.mjs",
"types": "./index.d.ts",
"repository": {

@@ -13,6 +18,3 @@ "type": "git",

},
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "^7.15.3"
}
"license": "Apache-2.0"
}