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

create-eva

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-eva - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

CHANGELOG.md

1

dist/typegen.js
#!/usr/bin/env node
#!/usr/bin/env node
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {

@@ -4,0 +3,0 @@ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]

{
"name": "create-eva",
"version": "2.0.0",
"version": "2.0.1",
"description": "Package to generate EVA Service typings",

@@ -9,2 +9,8 @@ "type": "module",

},
"exports": {
".": {
"import": "./dist/typegen.js",
"types": "./dist/typegen.d.ts"
}
},
"scripts": {

@@ -11,0 +17,0 @@ "build": "tsup",

@@ -12,5 +12,2 @@ import { defineConfig } from "tsup";

minify: false,
banner: {
js: "#!/usr/bin/env node",
},
});

Sorry, the diff of this file is not supported yet

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