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

@spark-web/text

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-web/text - npm Package Compare versions

Comparing version 2.0.0-rc.22 to 5.0.0-rc.24

dist/declarations/src/context.d.ts

13

CHANGELOG.md
# @spark-web/text
## 5.0.0-rc.24
### Minor Changes
- Resolve issues with package build output
### Patch Changes
- Updated dependencies []:
- @spark-web/theme@5.0.0-rc.24
- @spark-web/utils@5.0.0-rc.24
- @spark-web/box@5.0.0-rc.24
## 2.0.0-rc.22

@@ -4,0 +17,0 @@

4

dist/spark-web-text.cjs.d.ts

@@ -1,2 +0,2 @@

export * from "../src/index";
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Bhcmstd2ViLXRleHQuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEifQ==
export * from "./declarations/src/index";
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Bhcmstd2ViLXRleHQuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuL2RlY2xhcmF0aW9ucy9zcmMvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9

@@ -1,16 +0,7 @@

"use strict";
// this file might look strange and you might be wondering what it's for
// it's lets you import your source files by importing this entrypoint
// as you would import it if it was built with preconstruct build
// this file is slightly different to some others though
// it has a require hook which compiles your code with Babel
// this means that you don't have to set up @babel/register or anything like that
// but you can still require this module and it'll be compiled
'use strict';
// this bit of code imports the require hook and registers it
let unregister = require("../../../node_modules/@preconstruct/hook").___internalHook(typeof __dirname === 'undefined' ? undefined : __dirname, "../../..", "..");
// this re-exports the source file
module.exports = require("../src/index.ts");
unregister();
if (process.env.NODE_ENV === "production") {
module.exports = require("./spark-web-text.cjs.prod.js");
} else {
module.exports = require("./spark-web-text.cjs.dev.js");
}
{
"name": "@spark-web/text",
"version": "2.0.0-rc.22",
"version": "5.0.0-rc.24",
"homepage": "https://github.com/brighte-labs/spark-web#readme",

@@ -20,5 +20,5 @@ "repository": {

"@emotion/react": "^11.14.0",
"@spark-web/box": "^2.0.0-rc.21",
"@spark-web/theme": "^4.0.0-rc.21",
"@spark-web/utils": "^2.0.0-rc.21"
"@spark-web/box": "^5.0.0-rc.24",
"@spark-web/theme": "^5.0.0-rc.24",
"@spark-web/utils": "^5.0.0-rc.24"
},

@@ -25,0 +25,0 @@ "devDependencies": {

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