New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@maverick-js/compiler

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maverick-js/compiler - npm Package Compare versions

Comparing version 0.26.0 to 0.26.1

dist/types/analyze/index.d.ts

2

analyze.d.ts

@@ -1,1 +0,1 @@

export * from './dist/analyze.js';
export * from './dist/types/analyze/index.js';

@@ -5,4 +5,5 @@ {

"license": "MIT",
"version": "0.26.0",
"version": "0.26.1",
"type": "module",
"types": "dist/types/index.d.ts",
"module": "./dist/index.js",

@@ -33,3 +34,4 @@ "files": [

"dev": "pnpm run build --watch",
"build": "rimraf dist && tsup",
"build": "rimraf dist && tsup && pnpm types",
"types": "tsc -p tsconfig.build.json",
"format": "prettier src --write --loglevel warn",

@@ -36,0 +38,0 @@ "test": "vitest --run",

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