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.3-0 to 1.0.7

index.cjs.js

20

package.json
{
"name": "blac",
"version": "1.0.3-0",
"version": "1.0.7",
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"typings": "dist/src/index.d.ts",
"main": "index.cjs.js",
"module": "index.es.js",
"typings": "src/index.d.ts",
"types": "src/index.d.ts",
"keywords": [

@@ -20,3 +21,4 @@ "react",

"build": "vite build",
"dev": "echo 'No dev script defined' && exit 1",
"publish": "npm run build && bun publish.ts && cd dist && npm publish",
"dev": "bun dev.ts",
"prettier": "prettier --write ./src",

@@ -28,6 +30,5 @@ "test": "vitest run",

},
"dependencies": {
"vite-plugin-dts": "^3.6.4"
},
"dependencies": {},
"devDependencies": {
"vite-plugin-dts": "^3.6.4",
"@typescript-eslint/eslint-plugin": "^6.3.0",

@@ -38,2 +39,3 @@ "@typescript-eslint/parser": "^6.3.0",

"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^1.1.0",
"eslint": "^8.47.0",

@@ -44,2 +46,2 @@ "prettier": "^3.0.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