Socket
Socket
Sign inDemoInstall

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 1.0.19 to 1.0.21

src/test/batchesUpdates/index.ts

24

package.json
{
"name": "forgo-state",
"version": "1.0.19",
"main": "./dist",
"types": "./dist/index.d.ts",
"version": "1.0.21",
"type": "module",
"main": "./dist/index.js",
"types": "./src/index.ts",
"author": "Jeswin Kumar<jeswinpk@agilehead.com>",

@@ -12,22 +13,21 @@ "repository": {

"dependencies": {
"forgo": "^1.4.7"
"forgo": "^1.4.12"
},
"devDependencies": {
"@types/jsdom": "^16.2.10",
"@types/mocha": "^8.2.2",
"@types/jsdom": "^16.2.13",
"@types/mocha": "^9.0.0",
"@types/should": "^13.0.0",
"esm": "^3.2.25",
"jsdom": "^16.5.2",
"mocha": "^8.3.2",
"jsdom": "^17.0.0",
"mocha": "^9.0.3",
"rimraf": "^3.0.2",
"should": "^13.2.3",
"typescript": "^4.2.3"
"typescript": "^4.3.5"
},
"scripts": {
"clean": "rimraf ./dist",
"build": "tsc",
"build-test": "tsc -p tsconfig.test.json",
"test": "mocha -r esm dist/test/test.js"
"build": "npm run clean && mkdir -p dist && npx tsc",
"test": "node --experimental-specifier-resolution=node node_modules/mocha/lib/cli/cli.js dist/test/test.js"
},
"license": "MIT"
}

@@ -7,10 +7,12 @@ {

"module": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"declaration": true,
"lib": ["es2020", "DOM"],
"allowSyntheticDefaultImports": true,
"lib": ["ES2020", "DOM"],
"sourceMap": true,
"strict": true
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "forgo"
},
"include": ["src/**/*.ts"]
"include": ["./src/**/*"]
}
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