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

@feature.ninja/widget

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feature.ninja/widget - npm Package Compare versions

Comparing version 0.0.902 to 0.1.0

86

package.json
{
"name": "@feature.ninja/widget",
"version": "0.0.902",
"description": "Feature Ninja Widget",
"main": "./dist/widget.umd.js",
"module": "./dist/widget.es.js",
"exports": {
".": {
"import": "./dist/widget.es.js",
"require": "./dist/widget.umd.js"
"name": "@feature.ninja/widget",
"version": "0.1.0",
"description": "Feature Ninja Widget",
"main": "./dist/widget.umd.js",
"module": "./dist/widget.es.js",
"exports": {
".": {
"import": "./dist/widget.es.js",
"require": "./dist/widget.umd.js"
}
},
"scripts": {
"dev": "vite --config vite.config.ts",
"prod": "rm -rf dist && vite build --config vite.config.ts",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"ts": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"files": [
"dist",
"README.md"
],
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/preset-env": "7.15.6",
"@heroicons/react": "1.0.4",
"@prefresh/vite": "2.2.3",
"@rollup/plugin-babel": "5.3.0",
"@types/lodash": "4.14.175",
"@types/node": "16.10.3",
"autoprefixer": "10.3.7",
"esbuild": "0.13.4",
"lodash": "4.17.21",
"postcss": "8.3.9",
"preact": "^10.5.14",
"rollup": "2.58.0",
"tailwindcss": "2.2.16",
"typescript": "4.4.3",
"vite": "2.6.3"
}
},
"scripts": {
"dev": "vite --config vite.config.ts",
"prod": "rm -rf dist && vite build --config vite.config.ts",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"ts": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"files": [
"dist",
"README.md"
],
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/preset-env": "7.15.6",
"@heroicons/react": "1.0.4",
"@prefresh/vite": "2.2.3",
"@rollup/plugin-babel": "5.3.0",
"@types/lodash": "4.14.175",
"@types/node": "16.10.3",
"autoprefixer": "10.3.7",
"esbuild": "0.13.4",
"lodash": "4.17.21",
"postcss": "8.3.9",
"preact": "^10.5.14",
"rollup": "2.58.0",
"tailwindcss": "2.2.16",
"typescript": "4.4.3",
"vite": "2.6.3"
}
}
}
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