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

planetplay

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

planetplay - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/compute-webhook-signature.d.ts

2

package.json
{
"name": "planetplay",
"version": "1.0.1",
"version": "1.0.2",
"description": "A package to make it easier to integrate into the Planet Play platform",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -11,5 +11,3 @@ {

"esModuleInterop": true,
"lib": [
"esnext"
],
"lib": ["esnext"],
"moduleResolution": "node",

@@ -19,14 +17,7 @@ "outDir": "dist",

"emitDecoratorMetadata": true,
"typeRoots": [
"node_modules/@types",
"src/@types"
]
"typeRoots": ["node_modules/@types", "src/@types"],
"declaration": true
},
"include": [
"src/**/*",
"tests/**/*"
],
"exclude": [
"node_modules"
]
"include": ["src/**/*"],
"exclude": ["node_modules", "src/**/*.spec.*"]
}
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