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

myges

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myges - npm Package Compare versions

Comparing version 1.12.4 to 1.13.0

dist/bundle.js

16

package.json
{
"name": "myges",
"version": "1.12.4",
"version": "1.13.0",
"description": "",
"keywords": [],
"main": "dist/app.js",
"main": "dist/bundle.js",
"scripts": {
"start": "node --no-warnings .",
"start": "node .",
"dev": "nodemon .",
"build": "tsc",
"bundle": "rollup -c",
"lint": "eslint src/**/*.ts --fix",
"prepare": "npm run build"
"prepare": "npm run build && npm run bundle"
},
"files": [
"dist/bundle.js"
],
"bin": {
"myges": "dist/app.js"
"myges": "dist/bundle.js"
},

@@ -46,4 +50,6 @@ "contributors": [

"eslint-plugin-import": "^2.22.1",
"rollup": "^2.48.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.1.5"
}
}
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