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

@sidan-lab/sidan-csl

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sidan-lab/sidan-csl - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

1

dist/cjs/index.d.ts
export * from './type';
export * from './csl';
export * from './utils';

@@ -18,3 +18,2 @@ "use strict";

__exportStar(require("./type"), exports);
__exportStar(require("./csl"), exports);
__exportStar(require("./utils"), exports);
export * from './type';
export * from './csl';
export * from './utils';
export * from './type';
export * from './csl';
export * from './utils';

12

package.json
{
"name": "@sidan-lab/sidan-csl",
"description": "Cardano Off-chain Code APIs built on cardano-serialization-lib",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",

@@ -38,3 +38,7 @@ "main": "dist/cjs/index.js",

},
"browser": {
"@emurgo/cardano-serialization-lib-nodejs": "@emurgo/cardano-serialization-lib-browser"
},
"dependencies": {
"@emurgo/cardano-serialization-lib-browser": "^11.5.0",
"@emurgo/cardano-serialization-lib-nodejs": "^11.4.0",

@@ -44,2 +48,4 @@ "@types/node": "^18.16.3"

"devDependencies": {
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@types/jest": "^29.5.1",

@@ -49,5 +55,2 @@ "@typescript-eslint/eslint-plugin": "^5.59.1",

"commitlint": "^17.4.3",
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"husky": "^8.0.3",
"eslint": "^8.39.0",

@@ -59,2 +62,3 @@ "eslint-config-airbnb-base": "^15.0.0",

"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.5.0",

@@ -61,0 +65,0 @@ "prettier": "^2.8.8",

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