Socket
Socket
Sign inDemoInstall

ac-node

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

ac-node - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

lib/store-memory.js

@@ -8,5 +8,2 @@ var _ = require('lodash');

function MemoryStore(scope) {
if (process.env.NODE_ENV === 'production') {
throw new Error('Do not use MemoryStore in production -- it does not persist data!');
}
this._scope = scope;

@@ -13,0 +10,0 @@ };

2

package.json

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

"description": "A common module for building Atlassian Connect add-ons",
"version": "0.1.1",
"version": "0.1.2",
"author": "Atlassian (http://atlassian.com)",

@@ -8,0 +8,0 @@ "license": "Apache 2.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