New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

terriajs-plugin-sample

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terriajs-plugin-sample - npm Package Compare versions

Comparing version 0.0.1-alpha.5 to 0.0.1-alpha.6

6

package.json
{
"name": "terriajs-plugin-sample",
"version": "0.0.1-alpha.5",
"version": "0.0.1-alpha.6",
"description": "A sample terriajs plugin.",

@@ -11,3 +11,3 @@ "module": "dist/index.js",

"dependencies": {
"terriajs-plugin-api": "0.0.1-alpha.4"
"terriajs-plugin-api": "0.0.1-alpha.5"
},

@@ -21,3 +21,3 @@ "devDependencies": {

"rollup-plugin-terser": "^7.0.2",
"terriajs": "8.2.4",
"terriajs": "8.2.7",
"tslib": "^2.3.1",

@@ -24,0 +24,0 @@ "typescript": "^3.9.4"

@@ -64,3 +64,2 @@ <i>🚧 Warning: This project is work-in-progress and things can break or be entirely scrapped without notice.</i>

cd terriamap/
git checkout plugins # checkout plugins branch
mkdir -p packages

@@ -89,4 +88,4 @@ git clone https://github.com/terriajs/plugin-sample packages/plugin-sample

"pm2": "^3.2.2",
"terriajs-plugin-api": "0.0.1-alpha.3",
"terriajs-plugin-sample": "0.0.1-alpha.3", // <-- plugin-sample version changed to match the version in packages/plugin-sample/package.json
"terriajs-plugin-api": "0.0.1-alpha.5",
"terriajs-plugin-sample": "0.0.1-alpha.6", // <-- plugin-sample version changed to match the version in packages/plugin-sample/package.json
```

@@ -93,0 +92,0 @@

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