New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

writebot

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

writebot - npm Package Compare versions

Comparing version
0.4.0
to
0.6.0
+2
-2
.turbo/turbo-build.log

@@ -11,7 +11,7 @@ $ tsup *.ts --format cjs --dts

CJS dist/openai.js 2.06 KB
CJS ⚡️ Build success in 118ms
CJS ⚡️ Build success in 186ms
DTS Build start
DTS ⚡️ Build success in 6091ms
DTS ⚡️ Build success in 11620ms
DTS dist/Writebot.d.ts 737.00 B
DTS dist/index.d.ts 105.00 B
DTS dist/openai.d.ts 447.00 B
$ TIMING=1 eslint "**/*.ts*"
Warning: React version was set to "detect" in eslint-plugin-react settings, but the "react" package is not installed. Assuming latest React version for linting.
(node:1977) [ESLINT_LEGACY_ECMAFEATURES] DeprecationWarning: The 'ecmaFeatures' config file property is deprecated and has no effect. (found in "../../.eslintrc.js » eslint-config-custom")
(node:1952) [ESLINT_LEGACY_ECMAFEATURES] DeprecationWarning: The 'ecmaFeatures' config file property is deprecated and has no effect. (found in "../../.eslintrc.js » eslint-config-custom")
(Use `node --trace-deprecation ...` to show where the warning was created)

@@ -13,13 +12,13 @@

Rule | Time (ms) | Relative
:-----------------------------------------------|----------:|--------:
@typescript-eslint/no-unused-vars | 14.486 | 21.8%
react/no-direct-mutation-state | 13.466 | 20.3%
react/require-render-return | 12.602 | 19.0%
@typescript-eslint/adjacent-overload-signatures | 12.008 | 18.1%
react/display-name | 3.617 | 5.5%
object-curly-spacing | 1.097 | 1.7%
@typescript-eslint/object-curly-spacing | 0.834 | 1.3%
@typescript-eslint/no-empty-function | 0.752 | 1.1%
@typescript-eslint/no-explicit-any | 0.740 | 1.1%
@typescript-eslint/no-loss-of-precision | 0.725 | 1.1%
Rule | Time (ms) | Relative
:-----------------------------------------|----------:|--------:
@typescript-eslint/no-unused-vars | 82.601 | 47.4%
@typescript-eslint/no-explicit-any | 17.200 | 9.9%
react-hooks/rules-of-hooks | 16.790 | 9.6%
@typescript-eslint/no-inferrable-types | 16.410 | 9.4%
react/display-name | 16.065 | 9.2%
@typescript-eslint/triple-slash-reference | 7.421 | 4.3%
react/no-direct-mutation-state | 2.934 | 1.7%
react/require-render-return | 1.805 | 1.0%
object-curly-spacing | 1.710 | 1.0%
@typescript-eslint/no-loss-of-precision | 1.229 | 0.7%
# writerjs
## 0.6.0
### Minor Changes
- 33d04ff: Added ability to use Arrays and thus send multiple request (for each element of that array)
## 0.5.0
### Minor Changes
- e531c5e: Added a story-generator. Fixed typescript bug
## 0.4.0

@@ -4,0 +16,0 @@

{
"name": "writebot",
"version": "0.4.0",
"version": "0.6.0",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",