Socket
Socket
Sign inDemoInstall

graphts

Package Overview
Dependencies
3
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.0 to 1.9.1

esm2020/graphts.mjs

27

package.json
{
"name": "graphts",
"version": "1.9.0",
"version": "1.9.1",
"dependencies": {
"tslib": "^2.3.0"
"tslib": "^2.3.1"
},

@@ -11,9 +11,22 @@ "peerDependencies": {

},
"main": "bundles/graphts.umd.js",
"module": "fesm2015/graphts.js",
"es2015": "fesm2015/graphts.js",
"esm2015": "esm2015/graphts.js",
"fesm2015": "fesm2015/graphts.js",
"module": "fesm2015/graphts.mjs",
"es2020": "fesm2020/graphts.mjs",
"esm2020": "esm2020/graphts.mjs",
"fesm2020": "fesm2020/graphts.mjs",
"fesm2015": "fesm2015/graphts.mjs",
"typings": "graphts.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./graphts.d.ts",
"esm2020": "./esm2020/graphts.mjs",
"es2020": "./fesm2020/graphts.mjs",
"es2015": "./fesm2015/graphts.mjs",
"node": "./fesm2015/graphts.mjs",
"default": "./fesm2020/graphts.mjs"
}
},
"sideEffects": false
}
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