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

podverse-shared

Package Overview
Dependencies
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

podverse-shared - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "podverse-shared",
"version": "1.0.0",
"version": "1.0.1",
"description": "Helpers that are used across multiple Podverse modules",

@@ -9,3 +9,3 @@ "main": "./dist/nowPlayingItem.js",

"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc"
"prepare": "tsc"
},

@@ -12,0 +12,0 @@ "repository": {

{
"compilerOptions": {
"target": "ES2015",
"module": "ES2020",
"target": "es5",
"module": "commonjs",
"lib": [
"es2017",
"es7",
"es6",
"dom"
],
"declaration": true,
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist",
"declaration": true
"esModuleInterop": true
},
"include": [
"./src"
"exclude": [
"node_modules",
"dist"
]
}
}
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