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

@bfwk/undo-redo

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfwk/undo-redo - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

dist/index.cjs

16

package.json
{
"name": "@bfwk/undo-redo",
"version": "0.10.0",
"version": "0.10.1",
"description": "LBF Store undo/redo",

@@ -11,3 +11,8 @@ "repository": {

"type": "module",
"main": "dist/index.js",
"main": "dist/index.cjs",
"browser": "dist/index.mjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"typings": "dist/types/index.d.ts",

@@ -38,7 +43,7 @@ "files": [

"dependencies": {
"@bfwk/store": "0.10.0",
"@bfwk/utils": "0.10.0"
"@bfwk/store": "0.10.1",
"@bfwk/utils": "0.10.1"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/jest": "^26.0.1",
"jest": "^26.0.1",

@@ -48,5 +53,4 @@ "magic-string": "^0.22.4",

"ts-jest": "^26.1.0",
"typescript": "3.8.2",
"watch-cli": "^0.2.3"
}
}
# Undo/Redo
[![npm](https://img.shields.io/npm/v/@bfwk/undo-redo)](https://www.npmjs.com/package/@bfwk/undo-redo)

@@ -3,0 +4,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