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

@storyous/features

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storyous/features - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

14

dist/Features.js

@@ -69,3 +69,3 @@ 'use strict';

this._loadDefinitionsRepetitively();
this.firstLoadPromise = this._loadDefinitionsRepetitively();
}

@@ -79,3 +79,3 @@

var lastValue = void 0;
this._providers.reduce(function (previous, provider) {
return this._providers.reduce(function (previous, provider) {
return previous.then(function (def) {

@@ -101,3 +101,13 @@ lastValue = def;

}
/**
* @returns {Promise}
*/
}, {
key: 'getReadyPromise',
value: function getReadyPromise() {
return this.firstLoadPromise;
}
}, {
key: 'destroy',

@@ -104,0 +114,0 @@ value: function destroy() {

2

package.json
{
"name": "@storyous/features",
"version": "1.0.3",
"version": "1.0.4",
"main": "./dist/index.js",

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

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