Socket
Socket
Sign inDemoInstall

mini-entry

Package Overview
Dependencies
2
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

lib/index.js

4

package.json
{
"name": "mini-entry",
"version": "0.0.5",
"version": "0.0.6",
"description": "解析小程序json",
"main": "index.js",
"main": "lib/index.js",
"keywords": [

@@ -7,0 +7,0 @@ "mini",

@@ -22,3 +22,3 @@ {

"exclude": ["node_modules"],
"include": ["src/**/*"]
"include": ["lib/**/*"]
}

@@ -38,1 +38,5 @@ interface IMiniEntryOptions {

declare function getEntry(options: IMiniEntryOptions): IMiniEntryReturn;
declare module "mini-entry" {
export default getEntry;
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc