New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bob-ts

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bob-ts - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

lib/bin/build.js

@@ -16,3 +16,3 @@ 'use strict';

process.chdir(path.resolve(cwd));
assert__default['default'](["cjs", "esm", "interop"].includes(format), "Format has to be 'cjs', 'esm' or 'interop'");
assert__default["default"](["cjs", "esm", "interop"].includes(format), "Format has to be 'cjs', 'esm' or 'interop'");
const { buildCode } = await import('../build.js');

@@ -19,0 +19,0 @@ await buildCode({

@@ -47,3 +47,3 @@ 'use strict';

}),
clean$1 && del__default['default']({
clean$1 && del__default["default"]({
targets: [`${dir}/**/*.js`, `${dir}/**/*.mjs`, `${dir}/**/*.cjs`, `${dir}/**/*.map`]

@@ -50,0 +50,0 @@ }),

@@ -49,3 +49,3 @@ 'use strict';

const pendingKillPromise = new Promise((resolve) => {
kill__default['default'](pid, () => {
kill__default["default"](pid, () => {
resolve();

@@ -52,0 +52,0 @@ pendingKillPromises.delete(pendingKillPromise);

{
"name": "bob-ts",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://github.com/PabloSzx/bob-esbuild",

@@ -35,7 +35,7 @@ "bugs": "https://github.com/PabloSzx/bob-esbuild/issues",

"dependencies": {
"bob-esbuild-plugin": "^1.0.0",
"bob-esbuild-plugin": "^2.0.0",
"commander": "^8.2.0",
"execa": "^5.1.1",
"globby": "^12.0.2",
"rollup": "^2.56.3",
"rollup": "^2.57.0",
"rollup-plugin-delete": "^2.0.0",

@@ -45,6 +45,6 @@ "tree-kill": "^1.2.2"

"devDependencies": {
"@types/node": "^16.9.2",
"bob-esbuild-cli": "^1.0.1",
"@types/node": "^16.9.6",
"bob-esbuild-cli": "^2.0.0",
"changesets-github-release": "^0.0.4",
"esbuild": "^0.12.28"
"esbuild": "^0.13.0"
},

@@ -51,0 +51,0 @@ "peerDependencies": {

@@ -58,3 +58,3 @@ # bob-ts

````
```
Usage: bob-ts-watch [options]

@@ -71,3 +71,4 @@

-t, --target <target> Javascript runtime target (default: "_YOUR_CURRENT_NODE_VERSION_")
-h, --help display help for command```
-h, --help display help for command
```

@@ -80,3 +81,3 @@ ```json

}
````
```

@@ -83,0 +84,0 @@ ## Usage with Testing

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