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

spinjs

Package Overview
Dependencies
Maintainers
1
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spinjs - npm Package Compare versions

Comparing version 0.4.139 to 0.4.140

2

lib/Stack.js

@@ -35,3 +35,3 @@ "use strict";

else {
throw new Error("stack should include one of 'server', 'web', 'android', 'ios'");
throw new Error("stack should include one of 'server', 'web', 'android', 'ios', stack: " + this.technologies);
}

@@ -38,0 +38,0 @@ }

{
"name": "spinjs",
"version": "0.4.139",
"version": "0.4.140",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -26,3 +26,3 @@ export default class Stack {

} else {
throw new Error(`stack should include one of 'server', 'web', 'android', 'ios'`);
throw new Error(`stack should include one of 'server', 'web', 'android', 'ios', stack: ${this.technologies}`);
}

@@ -29,0 +29,0 @@ }

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