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

@graffy/core

Package Overview
Dependencies
Maintainers
1
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graffy/core - npm Package Compare versions

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

index.cjs

18

package.json

@@ -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": {

@@ -15,8 +20,7 @@ "type": "git",

"dependencies": {
"@babel/runtime-corejs3": "^7.15.3",
"@graffy/common": "0.15.8-alpha.2",
"@graffy/common": "0.15.8-alpha.3",
"@graffy/stream": "0.15.8-alpha.3",
"debug": "^4.3.2",
"@graffy/testing": "0.15.8-alpha.2",
"@graffy/stream": "0.15.8-alpha.2"
"@graffy/testing": "0.15.8-alpha.3"
}
}
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