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

@arancini/core

Package Overview
Dependencies
Maintainers
1
Versions
44
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 2.1.0 to 2.2.0

dist/arancini-core.cjs.d.ts

22

package.json

@@ -13,3 +13,3 @@ {

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

@@ -22,5 +22,3 @@ "bugs": {

"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"build": "preconstruct build",
"storybook": "start-storybook -p 6006",

@@ -33,2 +31,3 @@ "build-storybook": "build-storybook"

"@mdx-js/react": "^1.6.22",
"@preconstruct/cli": "^2.3.0",
"@storybook/addon-actions": "^6.5.9",

@@ -62,5 +61,3 @@ "@storybook/addon-docs": "^6.5.9",

"ts-jest": "^28.0.5",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vite-plugin-dts": "^1.2.0"
"typescript": "^4.5.4"
},

@@ -70,11 +67,4 @@ "files": [

],
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
}
}
"main": "dist/arancini-core.cjs.js",
"module": "dist/arancini-core.esm.js"
}
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