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

apothecary

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apothecary - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

LICENSE

2

package.json
{
"name": "apothecary",
"version": "0.4.1",
"version": "0.4.2",
"description": "Your local friendly storekeeper",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -12,1 +12,10 @@ import split from '../src/split';

});
test('it fills in missing keys along the path', () => {
const store = initialize({});
const next = split((page = 7) => page + 1, 'pagination', 'page');
const state = store.dispatch(next);
expect(state.pagination.page).toBe(8);
});
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