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

@formeum/core

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

@formeum/core - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

README.md

18

package.json
{
"name": "@formeum/core",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/cjs/index.js",

@@ -12,6 +12,12 @@ "module": "dist/esm/index.js",

"test": "jest",
"test:ci": "npm run test -- --ci",
"build": "rollup -c",
"eslint": "eslint --max-warnings=0 --fix src/**/*",
"eslint": "eslint --max-warnings=0 --fix src/**/*.ts{,x}",
"eslint:ci": "eslint --max-warnings=0 src/**/*.ts{,x}",
"prettier": "prettier --write ./src",
"prettier:ci": "prettier --check ./src",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
"build-storybook": "build-storybook",
"codecov": "codecov",
"docs": "typedoc --out docs src/lib/index.ts"
},

@@ -44,3 +50,5 @@ "author": "Sam Boylett",

"babel-loader": "^8.2.5",
"codecov": "^3.8.3",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.10",

@@ -50,2 +58,3 @@ "eslint-plugin-storybook": "^0.6.6",

"jest-environment-jsdom": "^29.2.2",
"prettier": "^2.7.1",
"react": "^18.2.0",

@@ -63,6 +72,7 @@ "react-dom": "^18.2.0",

"promise-latest": "^1.0.4",
"react-fast-context": "^0.1.4",
"react-fast-context": "^0.1.5",
"ts-toolbelt": "^9.6.0",
"typedoc": "^0.23.20",
"use-event-callback": "^0.1.0"
}
}
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