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

@optimizely/js-sdk-utils

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@optimizely/js-sdk-utils - npm Package Compare versions

Comparing version 0.3.2 to 0.4.0

4

CHANGELOG.MD

@@ -10,2 +10,6 @@ # Changelog

## [0.4.0] - July 27, 2020
- Removed React Native async storage implementation from utils ([#536](https://github.com/optimizely/javascript-sdk/pull/536))
## [0.3.2] - June 15, 2020

@@ -12,0 +16,0 @@

2

lib/index.d.ts

@@ -37,3 +37,1 @@ export declare function generateUUID(): string;

}
export { default as PersistentKeyValueCache } from './persistentKeyValueCache';
export { default as ReactNativeAsyncStorageCache } from './reactNativeAsyncStorageCache';

@@ -157,3 +157,1 @@ "use strict";

})(NOTIFICATION_TYPES = exports.NOTIFICATION_TYPES || (exports.NOTIFICATION_TYPES = {}));
var reactNativeAsyncStorageCache_1 = require("./reactNativeAsyncStorageCache");
exports.ReactNativeAsyncStorageCache = reactNativeAsyncStorageCache_1.default;
{
"name": "@optimizely/js-sdk-utils",
"version": "0.3.2",
"version": "0.4.0",
"description": "Optimizely Full Stack Utils",

@@ -48,8 +48,4 @@ "author": "jordangarcia <jordan@optimizely.com>",

"ts-jest": "^23.10.5",
"typescript": "^3.3.3333",
"@react-native-community/async-storage": "^1.2.0"
},
"peerDependencies": {
"@react-native-community/async-storage": "^1.2.0"
"typescript": "^3.3.3333"
}
}
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