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

parse-imports

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-imports - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

dist/index.cjs

19

package.json
{
"name": "parse-imports",
"version": "2.0.0",
"version": "2.1.0",
"author": {

@@ -24,3 +24,3 @@ "name": "Tomer Aberbach",

"files": [
"src"
"dist"
],

@@ -31,5 +31,10 @@ "type": "module",

},
"exports": "./src/index.js",
"module": "./src/index.js",
"types": "./src/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"prettier": "tomer/prettier-config",

@@ -53,4 +58,6 @@ "dependencies": {

"typecheck": "tomer typecheck",
"test": "tomer test"
"test": "tomer test",
"build": "tomer build",
"clean": "tomer clean dist"
}
}

@@ -12,2 +12,5 @@ <h1 align="center">

</a>
<a href="https://github.com/sponsors/TomerAberbach">
<img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86" alt="Sponsor">
</a>
</div>

@@ -14,0 +17,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