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

@benev/slate

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@benev/slate - npm Package Compare versions

Comparing version 0.0.0-dev.2 to 0.0.0-dev.4

4

package.json
{
"name": "@benev/slate",
"version": "0.0.0-dev.2",
"version": "0.0.0-dev.4",
"description": "frontend web stuff",

@@ -34,3 +34,3 @@ "license": "MIT",

"npm-run-all": "^4.1.5",
"rollup": "^3.28.1",
"rollup": "^3.29.1",
"terser": "^5.19.4",

@@ -37,0 +37,0 @@ "typescript": "^5.2.2"

@@ -31,2 +31,3 @@

export * from "./view/shale.js"
export * from "./view/parts/types.js"

@@ -24,1 +24,2 @@ export * from "./base/addons/attributes.js";

export * from "./view/shale.js";
export * from "./view/parts/types.js";

@@ -24,2 +24,3 @@ export * from "./base/addons/attributes.js";

export * from "./view/shale.js";
export * from "./view/parts/types.js";
//# sourceMappingURL=index.js.map

@@ -355,3 +355,3 @@ import { Flat } from "./flatstate/flat.js";

export type MyComponentInstance = ComponentInstance<typeof MyComponent>;
export declare const MyView: (context: Context) => import("./view/parts/types.js").View<[count: number]>;
export declare const MyView2: (context: Context) => import("./view/parts/types.js").View<[]>;
export declare const MyView: (context: Context) => import("./index.js").View<[count: number]>;
export declare const MyView2: (context: Context) => import("./index.js").View<[]>;

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