Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ardatan/bob

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ardatan/bob - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

1

dist/index.js

@@ -59,2 +59,3 @@ #!/usr/bin/env node

await bundle.write({
banner: `#!/usr/bin/env node`,
preferConst: true,

@@ -61,0 +62,0 @@ sourcemap: options.sourcemap,

@@ -0,2 +1,3 @@

#!/usr/bin/env node
export {};
//# sourceMappingURL=update-version.d.ts.map

3

dist/update-version.js

@@ -0,1 +1,2 @@

#!/usr/bin/env node
"use strict";

@@ -13,2 +14,2 @@ Object.defineProperty(exports, "__esModule", { value: true });

distPackageJson.version = srcPackageJson.version;
fs_1.writeFileSync(path_1.join(cwd, './package.json'), distPackageJson);
fs_1.writeFileSync(path_1.join(cwd, './dist/package.json'), JSON.stringify(distPackageJson, null, 2));
{
"name": "@ardatan/bob",
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "bin": {

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