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

areaspawnr

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

areaspawnr - npm Package Compare versions

Comparing version 0.8.0-beta0 to 0.8.0-beta1

8

lib/types.d.ts
import { MapsCreatr, IPreThing, IPreThingSettings } from "mapscreatr";
import { IMapScreenr } from "mapscreenr";
import { MapScreenr } from "mapscreenr";
/**

@@ -17,9 +17,9 @@ * A Function to add a map command, such as an after or stretch.

/**
* A MapsCreatr used to store and lazily initialize Maps.
* MapsCreatr used to store and lazily initialize Maps.
*/
mapsCreatr: MapsCreatr;
/**
* A MapScreenr used to store attributes of Areas.
* MapScreenr used to store attributes of Areas.
*/
mapScreenr: IMapScreenr;
mapScreenr: MapScreenr;
/**

@@ -26,0 +26,0 @@ * Function for when a PreThing's Thing should be spawned.

@@ -11,4 +11,4 @@ {

"dependencies": {
"mapscreatr": "^0.7.9",
"mapscreenr": "^0.7.6"
"mapscreatr": "^0.8.0-beta1",
"mapscreenr": "^0.8.0-beta1"
},

@@ -28,8 +28,8 @@ "description": "Loads EightBittr maps to spawn and unspawn areas on demand.",

"compile": "tsc -b",
"hydrate": "yarn shenanigans-manager hydrate",
"hydrate": "node ../shenanigans-manager/bin/shenanigans-manager hydrate",
"link": "yarn link",
"publish:ci": "yarn shenanigans-manager publish-if-updated",
"publish:ci": "node ../shenanigans-manager/bin/shenanigans-manager publish-if-updated",
"test": "yarn run test:setup && yarn run test:run",
"test:run": "mocha-headless-chrome --file test/index.html",
"test:setup": "yarn shenanigans-manager generate-tests"
"test:setup": "node ../shenanigans-manager/bin/shenanigans-manager generate-tests"
},

@@ -40,3 +40,3 @@ "shenanigans": {

"types": "./lib/index.d.ts",
"version": "0.8.0-beta0"
"version": "0.8.0-beta1"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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