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

@basalt/bedrock-utils

Package Overview
Dependencies
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@basalt/bedrock-utils - npm Package Compare versions

Comparing version 0.29.0 to 0.30.0-alpha.0

dist/strings.js

1

dist/index.js

@@ -5,2 +5,3 @@ /** @module utils */

export * from './misc';
export * from './strings';
//# sourceMappingURL=index.js.map

7

package.json
{
"name": "@basalt/bedrock-utils",
"license": "GPL-2.0-or-later",
"version": "0.29.0",
"version": "0.30.0-alpha.0",
"description": "A Bedrock component that helps build Design Systems",

@@ -13,3 +13,4 @@ "main": "dist/index.js",

"build": "rm -rf dist && yarn build:js",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"watch": "yarn build --watch"
},

@@ -27,3 +28,3 @@ "dependencies": {

},
"gitHead": "8a2cb87853042533745f33170ee7242795baacd9"
"gitHead": "97e1a867fb6c256e927dbec11998bb21f1ba75cb"
}

@@ -6,1 +6,2 @@ /** @module utils */

export * from './misc';
export * from './strings';

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