Socket
Socket
Sign inDemoInstall

erine

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

erine - npm Package Compare versions

Comparing version 2.0.1191-dev to 2.1.0

core/cjs/classes/Base.js

15

package.json

@@ -17,12 +17,9 @@ {

"description": "A powerful discord.js framework to use in your bot!",
"version": "2.0.1191-dev",
"main": "./core/main.js",
"version": "2.1.0",
"main": "./core/cjs/main.js",
"module": "./core/esm/main.js",
"types": "./main.d.ts",
"module": "./esm.mjs",
"exports": {
".": {
"types": "./main.d.ts",
"import": "./esm.mjs",
"require": "./core/main.js"
}
"require": "./core/cjs/main.js",
"import": "./core/esm/main.js"
},

@@ -52,4 +49,4 @@ "contributors": [

"test": "ts-node src/tests/index.ts",
"build": "tsc -p tsconfig.json && ts-node util/uglifier.ts"
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && node packers.js"
}
}
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