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.1 to 0.8.2

index.ts

2

package.json

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

},
"version": "0.8.1"
"version": "0.8.2"
}

@@ -6,3 +6,2 @@ const exec = require('child_process').execSync

const rootIndex = path.resolve(__dirname, '../index.ts')
const srcIndex = path.resolve(__dirname, '../src/index.ts')

@@ -15,4 +14,2 @@

fs.writeFileSync(rootIndex, `export * from './src/index'`)
exec('npm publish')

@@ -19,0 +16,0 @@ }

@@ -21,7 +21,7 @@ {

"include": [
"rollup.config.ts",
"index.ts",
"src/**/*.d.ts",
"src/**/*.ts",
"src/**/*.d.ts",
"tests/**/*.ts",
],
}
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