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

@bedard/types

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bedard/types - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

package.json

@@ -26,3 +26,3 @@ {

},
"version": "0.8.0"
"version": "0.8.1"
}

@@ -6,9 +6,12 @@ const exec = require('child_process').execSync

const indexPath = path.resolve(__dirname, '../src/index.ts')
const rootIndex = path.resolve(__dirname, '../index.ts')
const srcIndex = path.resolve(__dirname, '../src/index.ts')
async function cli() {
const src = String(fs.readFileSync(indexPath)).replace('x.y.z', pkg.version)
const src = String(fs.readFileSync(srcIndex)).replace('x.y.z', pkg.version)
fs.writeFileSync(indexPath, src)
fs.writeFileSync(srcIndex, src)
fs.writeFileSync(rootIndex, `export * from './src/index'`)
exec('npm publish')

@@ -15,0 +18,0 @@ }

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