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

@flock/kotlin-ts

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flock/kotlin-ts - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

esm/package.json

6

package.json
{
"name": "@flock/kotlin-ts",
"version": "0.0.6",
"version": "0.0.7",
"author": "Kasper Peulen",

@@ -25,7 +25,5 @@ "license": "MIT",

"release": "npm run build && cd build && npm publish",
"build": "npm run build:clean && npm run build:esm && npm run build:cjs && cp package.json build/package.json",
"build": "npm run build:clean && npm run build:esm && npm run build:cjs && cp package.json build/package.json && cp package.esm.json build/esm/package.json",
"build:cjs": "tsc -b tsconfig.cjs.json",
"build:esm": "tsc -b tsconfig.esm.json",
"build-cjs": "babel build/esm --config-file ./.babel.cjs.json --out-dir build/cjs --out-file-extension .js --source-maps",
"build-mjs": "babel build/esm --config-file ./.babel.mjs.json --out-dir build/mjs --out-file-extension .mjs --source-maps",
"build:clean": "rimraf build",

@@ -32,0 +30,0 @@ "postinstall": "tsplus-install",

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