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

@arancini/core

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arancini/core - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

4

dist/system.d.ts

@@ -82,7 +82,7 @@ import { ComponentDefinition, ComponentDefinitionInstance } from './component';

/**
* Logic for destruction of the system. Called on removing a System from the World.
* Logic for destruction of the system. Called on destroying the World, or removing the System from the World.
*/
onDestroy(): void;
/**
* Logic for initialisation of the system. Called during System construction.
* Logic for initialising of the system. Called when initialising the World, or on adding the System to an initialised World.
*/

@@ -89,0 +89,0 @@ onInit(): void;

@@ -12,3 +12,3 @@ {

"license": "MIT",
"version": "3.1.0",
"version": "3.1.1",
"homepage": "https://github.com/isaac-mason/arancini",

@@ -31,28 +31,28 @@ "bugs": {

"@mdx-js/react": "^2.3.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/blocks": "^7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/react-vite": "^7.0.18",
"@storybook/testing-library": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.59.9",
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-interactions": "^7.3.2",
"@storybook/addon-links": "^7.3.2",
"@storybook/blocks": "^7.3.2",
"@storybook/react": "^7.3.2",
"@storybook/react-vite": "^7.3.2",
"@storybook/testing-library": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitest/coverage-v8": "^0.33.0",
"eslint": "^8.5.0",
"eslint": "^8.46.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-typescript-enum": "^2.1.0",
"prettier": "^2.3.2",
"prettier": "^3.0.1",
"prop-types": "^15.8.1",

@@ -64,3 +64,3 @@ "react": "^18.2.0",

"rollup-plugin-filesize": "^10.0.0",
"storybook": "^7.0.18",
"storybook": "^7.3.2",
"typescript": "^5.1.3",

@@ -67,0 +67,0 @@ "vitest": "^0.33.0"

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