Socket
Socket
Sign inDemoInstall

yandex-music

Package Overview
Dependencies
8
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.0 to 1.7.0

build.js

25

package.json
{
"name": "yandex-music",
"version": "1.6.0",
"version": "1.7.0",
"author": "N0N1m3",
"description": "Creative and progressive Node.js framework for applications that interact with yandex music",
"license": "GPL-3.0-only",
"main": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js"
"import": "./dist/index.js",
"require": "./dist/index.js",
"default": "./dist/index.js"
},
"scripts": {
"version": "auto-changelog -p && git add CHANGELOG.md",
"test": "mocha -r ts-node/register tests/**/*.spec.ts",
"test": "mocha --project tsconfig.spec.json -r ts-node/register tests/**/*.spec.ts",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"prebuild": "rimraf dist && npm run lint:fix",
"build": "npm run build:esm && npm run build:cjs && npm run build:types",
"build:esm": "tsc -p tsconfig.esm.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:types": "tsc -p tsconfig.types.json",
"build": "tsc -p tsconfig.json && node build.js",
"commit": "npm run lint:fix && npm run test",

@@ -41,4 +38,3 @@ "change": "auto-changelog"

"dependencies": {
"axios": "^0.27.2",
"ts-node": "^10.8.1"
"axios": "^0.27.2"
},

@@ -61,3 +57,4 @@ "devDependencies": {

"tsc": "^2.0.4",
"typescript": "^4.7.3"
"typescript": "^4.7.3",
"ts-node": "^10.8.1"
},

@@ -64,0 +61,0 @@ "keywords": [

{
"compilerOptions": {
"module": "CommonJS",
"outDir": "dist",
"target": "ES2017",
"declaration": true,
// "emitDeclarationOnly": true,
"declarationMap": true,
"experimentalDecorators": true,

@@ -14,4 +19,4 @@ "emitDecoratorMetadata": true,

},
"include": ["src/**/*.ts", "**/*.spec.ts"],
"exclude": ["dist", "node_modules"]
"include": ["src/**/*.ts"],
"exclude": ["dist", "node_modules", "**/*.test.js"]
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc