Socket
Socket
Sign inDemoInstall

synckit

Package Overview
Dependencies
2
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

CHANGELOG.md

54

package.json
{
"name": "synckit",
"version": "0.1.3",
"version": "0.1.4",
"description": "Perform async work synchronously in Node.js using a separate process with first-class TypeScript support",

@@ -29,2 +29,15 @@ "repository": "git+https://github.com/rx-ts/synckit.git",

],
"scripts": {
"build": "run-p build:*",
"build:r": "r -f esm,es2015",
"build:ts": "tsc -P src",
"lint": "run-p lint:*",
"lint:es": "eslint . --cache -f friendly --max-warnings 10",
"lint:tsc": "tsc --noEmit",
"prepare": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
"prerelease": "yarn build",
"release": "clean-publish && changeset publish",
"test": "jest",
"typecov": "type-coverage"
},
"dependencies": {

@@ -34,5 +47,41 @@ "tslib": "^2.2.0",

},
"devDependencies": {
"@1stg/lib-config": "^1.2.10",
"@changesets/changelog-github": "^0.4.0",
"@changesets/cli": "^2.16.0",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.41",
"@types/uuid": "^8.3.0",
"clean-publish": "^2.1.1",
"npm-run-all": "^4.1.5",
"ts-expect": "^1.3.0",
"ts-jest": "^26.5.5",
"ts-node": "^9.1.1",
"type-coverage": "^2.17.3",
"typescript": "^4.2.4",
"yarn-deduplicate": "^3.1.0"
},
"clean-publish": {
"packageManager": "npm"
},
"commitlint": {
"extends": "@1stg"
},
"eslintConfig": {
"extends": "@1stg"
},
"eslintIgnore": [
"coverage",
"lib",
"CHANGELOG.md"
],
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"collectCoverage": true,
"moduleNameMapper": {
"^synckit$": "<rootDir>/src"
}
},
"prettier": "@1stg/prettier-config",
"remarkConfig": {

@@ -53,6 +102,3 @@ "plugins": [

"update": true
},
"scripts": {
"postinstall": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc