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

@johnlindquist/kit-bundles

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

@johnlindquist/kit-bundles - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

dist/index.js

17

package.json

@@ -5,3 +5,3 @@ {

"license": "ISC",
"version": "1.0.5",
"version": "1.0.6",
"publishConfig": {

@@ -12,14 +12,19 @@ "access": "public"

"type": "module",
"exports": {
"./*": "./dist/*.js"
},
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"files": [
"dist/*"
"dist/*",
"types/*"
],
"scripts": {
"build": "node ./build-bundles.js && tsc"
"build": "node ./build-bundles.js && dts-bundle-generator --config ./dts-config.cjs"
},
"devDependencies": {
"@types/node": "^16.11.1",
"axios": "^0.23.0",
"date-fns": "^2.25.0",
"dts-bundle-generator": "^5.9.0",
"esbuild": "^0.13.8",
"rollup": "^2.58.0",
"rollup-plugin-dts": "^4.0.0",
"rxjs": "^7.4.0",

@@ -26,0 +31,0 @@ "semantic-release": "^18.0.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