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

derivable

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

derivable - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

8

CHANGELOG.md

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

## 0.9.3
#### TypeScript .d.ts resolution/syntax fixed
It seems like the typescript compiler now figures out how to get the typings
for an npm module by interrogating the "typings" field in its project.json. It
also seems like .d.ts files are now expected to explicitly declare an export.
## 0.9.2

@@ -2,0 +10,0 @@

4

dist/derivable.d.ts

@@ -5,3 +5,3 @@ /**

*/
declare module 'derivable' {
declare module derivable {

@@ -162,1 +162,3 @@ export interface Derivable<T> {

}
export = derivable
{
"name": "derivable",
"version": "0.9.2",
"version": "0.9.3",
"description": "Functional Reactive State for JavaScript & TypeScript",

@@ -10,2 +10,3 @@ "author": "David Sheldrick",

"main": "dist/derivable.js",
"typings": "dist/derivable.d.ts",
"typescript": {

@@ -12,0 +13,0 @@ "definition": "dist/derivable.d.ts"

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