Socket
Socket
Sign inDemoInstall

@lazy-assert/check-basic

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lazy-assert/check-basic - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

src/index.ts

10

CHANGELOG.md

@@ -6,2 +6,12 @@ # Change Log

## [1.0.7](https://github.com/bluelovers/ws-jest/compare/@lazy-assert/check-basic@1.0.6...@lazy-assert/check-basic@1.0.7) (2022-09-10)
### 🛠 Build System
* update build ([baafc80](https://github.com/bluelovers/ws-jest/commit/baafc80e84ea5d2470db07ce356c3be2df87a7be))
## [1.0.6](https://github.com/bluelovers/ws-jest/compare/@lazy-assert/check-basic@1.0.5...@lazy-assert/check-basic@1.0.6) (2022-07-30)

@@ -8,0 +18,0 @@

33

package.json
{
"name": "@lazy-assert/check-basic",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

@@ -20,6 +20,8 @@ "keywords": [

"type": "git",
"url": "git+https://github.com/bluelovers/ws-jest.git"
"url": "git+https://github.com/bluelovers/ws-jest.git",
"directory": "packages/@lazy-assert/check-basic"
},
"license": "ISC",
"author": "bluelovers",
"sideEffects": false,
"exports": {

@@ -31,14 +33,22 @@ ".": {

},
"./package.json": "./package.json"
"./package.json": "./package.json",
"./src/*": "./src/*"
},
"main": "dist/index.cjs",
"unpkg": "dist/index.umd.production.min.cjs",
"module": "dist/index.esm.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"coverage": "yarn run test -- --coverage",
"lint": "ynpx --quiet eslint -- **/*.ts",
"pretest": "echo pretest",
"test": "jest --passWithNoTests",
"test:jest": "jest --passWithNoTests",
"test:jest:snapshot": "yarn run test:jest -- -u",
"test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
"test:snapshot": "yarn run test -- -u",
"test:tsdx": "ynpx @bluelovers/tsdx test --passWithNoTests",

@@ -48,3 +58,9 @@ "posttest": "yarn run build",

"build:dts": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner & echo build:dts",
"build:tsdx": "ynpx @bluelovers/tsdx build --target node --name index",
"build:dts:bundle": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner --inline-declare-global & echo build:dts:bundle",
"build:dts:copy": "copy .\\src\\index.d.ts .\\dist\\index.d.ts & echo build:dts",
"build:dts:tsc": "yarn run build:dts:tsc:emit && yarn run build:dts:copy",
"build:dts:tsc:emit": "tsc --emitDeclarationOnly --declaration --noEmit false",
"build:tsdx": "ynpx @bluelovers/tsdx build --target node",
"ci:install": "echo ci:install",
"ci:build": "echo ci:build",
"preversion": "echo preversion && yarn run test",

@@ -54,4 +70,8 @@ "version": "echo version",

"prepublish": "echo prepublish",
"prepare": "echo prepare",
"prepublishOnly": "echo prepublishOnly",
"prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
"prepack": "echo prepack",
"pack": "echo pack",
"postpack": "echo postpack",
"publish": "echo publish",

@@ -64,5 +84,2 @@ "postpublish": "echo postpublish",

},
"dependencies": {
"tslib": "^2"
},
"packageManager": "yarn@^1.22.11",

@@ -72,3 +89,3 @@ "publishConfig": {

},
"gitHead": "939f8acb756b0b442675d217adae932cacff005b"
"gitHead": "df7b52d8ef6765382a6bea20fe278956e80ba1eb"
}
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