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

@cord-sdk/components

Package Overview
Dependencies
Maintainers
3
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cord-sdk/components - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/index.js.map

1

dist/index.js

@@ -121,1 +121,2 @@ 'use strict';

exports.propsToAttributeConverter = propsToAttributeConverter;
//# sourceMappingURL=index.js.map

19

package.json
{
"name": "@cord-sdk/components",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://docs.cord.com/",
"license": "MIT",
"files": [
"dist/"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"repository": {

@@ -11,6 +17,9 @@ "type": "git",

},
"main": "dist/index.js",
"module": "dist/index.mjs",
"scripts": { "build": "rollup -c" },
"dependencies": { "@cord-sdk/types": "*" },
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"dependencies": {
"@cord-sdk/types": "*"
},
"devDependencies": {

@@ -17,0 +26,0 @@ "rollup": "^2.70.1",

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