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

effector-inspector

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

effector-inspector - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

index.js

24

package.json
{
"name": "effector-inspector",
"version": "0.7.1",
"main": "./dist/common.js",
"module": "./dist/common.mjs",
"version": "0.7.2",
"main": "index.js",
"module": "index.mjs",
"exports": {
".": {
"import": "./dist/common.mjs",
"require": "./dist/common.js",
"default": "./dist/common.mjs"
}
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.mjs"
},
"./index.mjs": "./index.mjs"
},
"types": "./dist/index.d.ts",
"types": "dist/index.d.ts",
"license": "MIT",
"files": [
"index.js",
"index.js.map",
"index.mjs",
"index.mjs.map",
"dist"

@@ -42,2 +47,3 @@ ],

"@typescript-eslint/parser": "^2.16.0",
"babel-plugin-module-resolver": "^4.1.0",
"commitizen": "4.0.3",

@@ -69,3 +75,3 @@ "cz-conventional-changelog": "3.0.2",

"peerDependencies": {
"effector": "^21.0.0 || ^22.1.0"
"effector": "^22.1.0"
},

@@ -72,0 +78,0 @@ "dependencies": {

Sorry, the diff of this file is too big to display

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