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

stayte

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stayte - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

dist/react.d.ts

1

dist/index.d.ts
export { gluon } from './gluon';
export { computed } from './computed';
export { useGluon } from "./hooks/useGluon";

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

export{gluon}from"./gluon.js";export{computed}from"./computed.js";export{useGluon}from"./hooks/useGluon.js";
export{gluon}from"./gluon.js";export{computed}from"./computed.js";
{
"name": "stayte",
"version": "0.0.12",
"version": "0.0.13",
"description": "The persistent state library for the modern web",

@@ -31,2 +31,3 @@ "license": "MIT",

],
"sideEffects": false,
"exports": {

@@ -36,2 +37,6 @@ ".": {

"default": "./dist/index.js"
},
"./react": {
"types": "./dist/react.d.ts",
"default": "./dist/react.js"
}

@@ -38,0 +43,0 @@ },

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