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

unimport

Package Overview
Dependencies
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unimport - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

dist/index.cjs

51

package.json
{
"name": "unimport",
"version": "0.0.0",
"license": "MIT"
"name": "unimport",
"version": "0.0.1",
"description": "",
"repository": "unjs/unimport",
"license": "MIT",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./unplugin": {
"import": "./dist/unplugin.mjs",
"require": "./dist/unplugin.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"dev": "vitest dev",
"lint": "eslint --ext .ts,.js,.mjs,.cjs .",
"prepack": "unbuild",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "vitest run --coverage"
},
"dependencies": {
"@rollup/pluginutils": "^4.1.2",
"escape-string-regexp": "^5.0.0",
"local-pkg": "^0.4.1",
"magic-string": "^0.25.7",
"mlly": "^0.4.3",
"unplugin": "^0.3.2"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"c8": "latest",
"eslint": "^8.9.0",
"standard-version": "latest",
"typescript": "latest",
"unbuild": "latest",
"vitest": "^0.5.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