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

@accessprotocol/js

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accessprotocol/js - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7-beta

dist/cjs/bindings.js

9

package.json
{
"name": "@accessprotocol/js",
"version": "1.0.6",
"version": "1.0.7-beta",
"license": "MIT",

@@ -12,4 +12,4 @@ "repository": {

"type": "module",
"types": "./dist/cjs/types/index.d.ts",
"main": "./dist/cjs/index.js",
"types": "./dist/mjs/types/index.d.ts",
"main": "./dist/mjs/index.mjs",
"scripts": {

@@ -21,5 +21,4 @@ "test": "jest --detectOpenHandles --coverage",

"build:esm": "tsc -p ./tsconfig.esm.json && yarn rename-mjs",
"build:cjs": "tsc -p ./tsconfig.cjs.json && yarn rename-cjs",
"build:cjs": "tsc -p ./tsconfig.cjs.json",
"rename-mjs": "yarn renamer --find \"/\\.js/i\" --replace \".mjs\" --force \"./dist/esm/*\"",
"rename-cjs": "yarn renamer --find \"/\\.js/i\" --replace \".cjs\" --force \"./dist/cjs/*\"",
"prepack": "yarn build",

@@ -26,0 +25,0 @@ "lint": "yarn pretty && eslint .",

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