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

@livecycle/sdk

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livecycle/sdk - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

dist/browser/index.js

10

package.json
{
"name": "@livecycle/sdk",
"version": "0.1.7",
"version": "0.1.8",
"description": "livecycle sdk",

@@ -8,3 +8,3 @@ "author": "livecycle",

"license": "MIT",
"main": "dist/index.js",
"main": "dist/cjs/index.js",
"private": false,

@@ -35,6 +35,6 @@ "files": [

"scripts": {
"build": "esbuild ./src/sdk/index.ts --bundle --outfile=./dist/index.js --global-name=LivecycleSdk && tsc --emitDeclarationOnly",
"build": "rm -rf dist && esbuild ./src/index.ts --bundle --sourcemap --outfile=./dist/browser/index.js --global-name=LivecycleSdk && esbuild ./src/index.ts --bundle --outfile=./dist/cjs/index.js --global-name=LivecycleSdk --platform=node --format=cjs && tsc --emitDeclarationOnly",
"lint": "eslint . --ext .ts --config .eslintrc",
"posttest": "yarn lint",
"prepack": "yarn build ",
"prepack": "yarn test && yarn build",
"test": "mocha --forbid-only \"test/**/*.test.ts\""

@@ -49,3 +49,3 @@ },

],
"types": "dist/index.d.ts"
"types": "dist/types/index.d.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