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

forgo-state

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forgo-state - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

dist/test/batchesUpdates/index.d.ts

11

package.json
{
"name": "forgo-state",
"version": "0.0.24",
"version": "0.0.25",
"main": "./dist",

@@ -11,3 +11,3 @@ "author": "Jeswin Kumar<jeswinpk@agilehead.com>",

"dependencies": {
"forgo": "^0.0.51"
"forgo": "^0.0.52"
},

@@ -26,7 +26,8 @@ "devDependencies": {

"scripts": {
"build": "rimraf ./dist && tsc",
"build-test": "(cd test && rimraf ./dist && tsc)",
"test": "mocha -r esm test/dist/test.js"
"clean": "rimraf ./dist",
"build": "tsc",
"build-test": "tsc -p tsconfig.test.json",
"test": "mocha -r esm dist/test/test.js"
},
"license": "MIT"
}
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