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

@servicetitan/ko-bridge

Package Overview
Dependencies
Maintainers
5
Versions
274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@servicetitan/ko-bridge - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

2

dist/knockout-component.js

@@ -91,4 +91,4 @@ "use strict";

KnockoutComponent.defaultProps = {
dangerouslyUpdatable: false
dangerouslyUpdatable: false,
};
//# sourceMappingURL=knockout-component.js.map

@@ -21,3 +21,3 @@ "use strict";

return { controlsDescendantBindings: true };
}
},
}),

@@ -37,5 +37,5 @@ // React component renderer for knockout

react_dom_1.default.render(react_1.default.createElement(component, props), el);
}
})
},
}),
};
//# sourceMappingURL=ko-binding-handlers.js.map

@@ -31,3 +31,3 @@ "use strict";

enumerable: true,
configurable: true
configurable: true,
});

@@ -52,3 +52,3 @@ };

set: koObservable,
equals: () => false
equals: () => false,
});

@@ -55,0 +55,0 @@ }

{
"name": "@servicetitan/ko-bridge",
"version": "6.0.1",
"version": "6.0.2",
"description": "",

@@ -38,3 +38,3 @@ "homepage": "https://docs.st.dev/docs/frontend/ko-bridge",

},
"gitHead": "bfed0f654a89c50d1f5b337288c69c5d839198e2"
"gitHead": "faf9af94ccc010720c920bc874712902a28d7cb3"
}

@@ -16,3 +16,3 @@ import React from 'react';

return { controlsDescendantBindings: true };
}
},
}),

@@ -32,4 +32,4 @@ // React component renderer for knockout

ReactDOM.render(React.createElement(component, props), el);
}
})
},
}),
};

@@ -33,3 +33,3 @@ import { computed, createAtom, IComputedValue } from 'mobx';

enumerable: true,
configurable: true
configurable: true,
});

@@ -61,4 +61,4 @@ };

set: koObservable,
equals: () => false
equals: () => false,
});
}

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