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

local-pkg

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

local-pkg - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

dist/shared.cjs

2

index.d.ts

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

export * from './dist/shared'
export interface PackageInfo {

@@ -2,0 +4,0 @@ name: string

57

package.json
{
"name": "local-pkg",
"version": "0.1.0",
"version": "0.2.0",
"description": "Get information on local packages.",
"main": "index.cjs",
"module": "index.mjs",
"types": "index.d.ts",
"exports": {
".": {
"require": "./index.cjs",
"import": "./index.mjs"
}
},
"funding": "https://github.com/sponsors/antfu",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"sideEffects": false,
"keywords": [
"package"
],
"homepage": "https://github.com/antfu/local-pkg#readme",
"bugs": {
"url": "https://github.com/antfu/local-pkg/issues"
},
"homepage": "https://github.com/antfu/local-pkg#readme",
"repository": {

@@ -26,6 +16,17 @@ "type": "git",

},
"keywords": [
"package"
],
"funding": "https://github.com/sponsors/antfu",
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"sideEffects": false,
"exports": {
".": {
"require": "./index.cjs",
"import": "./index.mjs"
}
},
"main": "index.cjs",
"module": "index.mjs",
"types": "index.d.ts",
"files": [
"dist",
"index.cjs",

@@ -35,5 +36,4 @@ "index.mjs",

],
"scripts": {
"release": "bumpp --commit --push --tag && pnpm publish",
"test": "node test/cjs.cjs && node test/esm.mjs"
"dependencies": {
"mlly": "^0.2.2"
},

@@ -45,3 +45,2 @@ "devDependencies": {

"@types/chai": "^4.2.22",
"@types/jasmine": "^3.9.1",
"@types/node": "^16.7.1",

@@ -52,9 +51,11 @@ "bumpp": "^6.0.6",

"esno": "^0.9.1",
"jasmine": "^3.9.0",
"typescript": "^4.3.5",
"uvu": "^0.5.1"
"find-up": "^6.1.0",
"tsup": "^5.2.1",
"typescript": "^4.3.5"
},
"dependencies": {
"mlly": "^0.2.2"
"scripts": {
"build": "tsup shared.ts --format esm,cjs --dts && esno scripts/postbuild.ts",
"release": "bumpp --commit --push --tag && pnpm publish",
"test": "node test/cjs.cjs && node test/esm.mjs"
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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