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

blac

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blac - npm Package Compare versions

Comparing version 1.0.1-alpha.10 to 1.0.1-alpha.11

dist/index.cjs.js

27

package.json
{
"name": "blac",
"version": "1.0.1-alpha.10",
"version": "1.0.1-alpha.11",
"license": "MIT",
"main": "dist/blac.js",
"module": "dist/blac.esm.js",
"typings": "dist/blac.d.ts",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"typings": "dist/src/index.d.ts",
"keywords": [

@@ -19,4 +19,4 @@ "react",

"scripts": {
"build": "rollup -c rollup.config.lib.js",
"dev": "rollup -c rollup.config.lib.js --watch",
"build": "vite build",
"dev": "echo 'No dev script defined' && exit 1",
"prettier": "prettier --write ./src",

@@ -28,10 +28,6 @@ "test": "vitest run",

},
"dependencies": {},
"dependencies": {
"vite-plugin-dts": "^3.6.4"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.1.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",

@@ -42,9 +38,4 @@ "@typescript-eslint/parser": "^6.3.0",

"@vitest/coverage-c8": "^0.33.0",
"esbuild": "^0.19.1",
"eslint": "^8.47.0",
"prettier": "^3.0.1",
"rollup": "^3.28.0",
"rollup-plugin-dts": "^5.3.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.35.0",
"typescript": "^5.1.6",

@@ -51,0 +42,0 @@ "vitest": "^0.34.1"

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